Class TagChange.RemoveProperty

java.lang.Object
org.apache.gravitino.tag.TagChange.RemoveProperty
All Implemented Interfaces:
TagChange
Enclosing interface:
TagChange

public static final class TagChange.RemoveProperty extends Object implements TagChange
A tag change to remove a property from the tag.
  • Method Details

    • getProperty

      public String getProperty()
      Get the property name to remove.
      Returns:
      The property name to remove.
    • equals

      public boolean equals(Object o)
      Compare the RemoveProperty instance with another object for equality. Two instances are considered equal if they designate the same property to remove.
      Overrides:
      equals in class Object
      Parameters:
      o - The object to compare with this instance.
      Returns:
      True if the object is equal to this instance, false otherwise.
    • hashCode

      public int hashCode()
      Generates a hash code for the RemoveProperty instance.
      Overrides:
      hashCode in class Object
      Returns:
      The hash code for the RemoveProperty instance.
    • toString

      public String toString()
      Get the string representation of the RemoveProperty instance.
      Overrides:
      toString in class Object
      Returns:
      The string representation of the RemoveProperty instance.