Package org.apache.gravitino.tag
Class TagChange.RenameTag
java.lang.Object
org.apache.gravitino.tag.TagChange.RenameTag
- All Implemented Interfaces:
TagChange
- Enclosing interface:
- TagChange
A tag change to rename the tag.
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.gravitino.tag.TagChange
TagChange.RemoveProperty, TagChange.RenameTag, TagChange.SetProperty, TagChange.UpdateTagComment -
Method Summary
-
Method Details
-
getNewName
Get the new name of the tag.- Returns:
- The new name of the tag.
-
equals
Compare the RenameTag instance with another object for equality. Two instances are considered equal if the new name is the same. -
hashCode
public int hashCode()Generates a hash code for the RenameTag instance. -
toString
Get the string representation of the RenameTag instance.
-