Class FilesetChange.RemoveComment

java.lang.Object
org.apache.gravitino.file.FilesetChange.RemoveComment
All Implemented Interfaces:
FilesetChange
Enclosing interface:
FilesetChange

public static final class FilesetChange.RemoveComment extends Object implements FilesetChange
A fileset change to remove comment from the fileset. Use FilesetChange.UpdateFilesetComment with null value as the argument instead.
  • Constructor Details

    • RemoveComment

      public RemoveComment()
  • Method Details

    • equals

      public boolean equals(Object o)
      Compares this RemoveComment instance with another object for equality. Two instances are considered equal if they are RemoveComment instance.
      Overrides:
      equals in class Object
      Parameters:
      o - The object to compare with this instance.
      Returns:
      true if the given object represents remove comment change; false otherwise.
    • hashCode

      public int hashCode()
      Generates a hash code for this RemoveComment instance. The hash code is based on the RemoveComment instance name.
      Overrides:
      hashCode in class Object
      Returns:
      A hash code value for instance.
    • toString

      public String toString()
      Provides a string representation of the RemoveComment instance. This string format includes the class name.
      Overrides:
      toString in class Object
      Returns:
      A string summary of the comment removal operation.