Package org.apache.gravitino.file
Class FilesetChange.RemoveComment
java.lang.Object
org.apache.gravitino.file.FilesetChange.RemoveComment
- All Implemented Interfaces:
FilesetChange
- Enclosing interface:
- FilesetChange
A fileset change to remove comment from the fileset. Use
FilesetChange.UpdateFilesetComment
with null
value as the argument instead.-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.gravitino.file.FilesetChange
FilesetChange.RemoveComment, FilesetChange.RemoveProperty, FilesetChange.RenameFileset, FilesetChange.SetProperty, FilesetChange.UpdateFilesetComment
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
RemoveComment
public RemoveComment()
-
-
Method Details
-
equals
Compares this RemoveComment instance with another object for equality. Two instances are considered equal if they are RemoveComment instance. -
hashCode
public int hashCode()Generates a hash code for this RemoveComment instance. The hash code is based on the RemoveComment instance name. -
toString
Provides a string representation of the RemoveComment instance. This string format includes the class name.
-