public static final class MetalakeChange.RenameMetalake extends java.lang.Object implements MetalakeChange
MetalakeChange.RemoveProperty, MetalakeChange.RenameMetalake, MetalakeChange.SetProperty, MetalakeChange.UpdateMetalakeComment
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o)
Compares this RenameMetalake instance with another object for equality.
|
java.lang.String |
getNewName()
Retrieves the new name intended for the Metalake.
|
int |
hashCode()
Generates a hash code for this RenameMetalake instance.
|
java.lang.String |
toString()
Provides a string representation of the RenameMetalake instance.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
removeProperty, rename, setProperty, updateComment
public java.lang.String getNewName()
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