Package org.apache.gravitino.tag
Class TagChange.UpdateTagComment
java.lang.Object
org.apache.gravitino.tag.TagChange.UpdateTagComment
- All Implemented Interfaces:
TagChange
- Enclosing interface:
- TagChange
A tag change to update the tag comment.
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.gravitino.tag.TagChange
TagChange.RemoveProperty, TagChange.RenameTag, TagChange.SetProperty, TagChange.UpdateTagComment -
Method Summary
Modifier and TypeMethodDescriptionbooleanCompare the UpdateTagComment instance with another object for equality.Get the new comment intended for the tag.inthashCode()Generates a hash code for the UpdateTagComment instance.toString()Get the string representation of the UpdateTagComment instance.
-
Method Details
-
getNewComment
Get the new comment intended for the tag.- Returns:
- The new comment that will be set for the tag.
-
equals
Compare the UpdateTagComment instance with another object for equality. Two instances are considered equal if they designate the same new comment for the tag. -
hashCode
public int hashCode()Generates a hash code for the UpdateTagComment instance. -
toString
Get the string representation of the UpdateTagComment instance.
-