public static final class MetadataObjectChange.RemoveMetadataObject extends java.lang.Object implements MetadataObjectChange
MetadataObjectChange.RemoveMetadataObject, MetadataObjectChange.RenameMetadataObject
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o)
Compares this RemoveMetadataObject instance with another object for equality.
|
java.util.List<java.lang.String> |
getLocations()
Returns the location path of the metadata object.
|
int |
hashCode()
Generates a hash code for this RemoveMetadataObject instance.
|
MetadataObject |
metadataObject()
Returns the metadataObject to be renamed.
|
java.lang.String |
toString()
Returns a string representation of the RemoveMetadataObject instance.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
remove, rename
public MetadataObject metadataObject()
public java.util.List<java.lang.String> getLocations()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
o
- The object to compare with this instance.public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object