Package org.apache.gravitino.tag
Class TagChange.RemoveProperty
java.lang.Object
org.apache.gravitino.tag.TagChange.RemoveProperty
- All Implemented Interfaces:
TagChange
- Enclosing interface:
- TagChange
A tag change to remove a property from 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
-
getProperty
Get the property name to remove.- Returns:
- The property name to remove.
-
equals
Compare the RemoveProperty instance with another object for equality. Two instances are considered equal if they designate the same property to remove. -
hashCode
public int hashCode()Generates a hash code for the RemoveProperty instance. -
toString
Get the string representation of the RemoveProperty instance.
-