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