public static final class ModelVersionChange.RemoveProperty extends java.lang.Object implements ModelVersionChange
ModelVersionChange.RemoveProperty, ModelVersionChange.SetProperty, ModelVersionChange.UpdateAliases, ModelVersionChange.UpdateComment, ModelVersionChange.UpdateUriCOMMA_JOINER| Constructor and Description | 
|---|
RemoveProperty(java.lang.String property)
Creates a new  
ModelVersionChange.RemoveProperty instance with the specified property name. | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
equals(java.lang.Object obj)
Compares this RemoveProperty instance with another object for equality. 
 | 
int | 
hashCode()
Generates a hash code for this RemoveProperty instance. 
 | 
java.lang.String | 
property()
Returns the name of the property to be removed. 
 | 
java.lang.String | 
toString()
Provides a string representation of the RemoveProperty instance. 
 | 
clone, finalize, getClass, notify, notifyAll, wait, wait, waitremoveProperty, setProperty, updateAliases, updateComment, updateUripublic RemoveProperty(java.lang.String property)
ModelVersionChange.RemoveProperty instance with the specified property name.property - name of the property to be removedpublic java.lang.String property()
public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectobj - The object to compare with this instance.true if the given object represents the same property removal; false
     otherwise.public int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object