Package org.apache.gravitino
Class MetalakeChange.UpdateMetalakeComment
java.lang.Object
org.apache.gravitino.MetalakeChange.UpdateMetalakeComment
- All Implemented Interfaces:
MetalakeChange
- Enclosing interface:
- MetalakeChange
public static final class MetalakeChange.UpdateMetalakeComment
extends Object
implements MetalakeChange
A metalake change to update the metalake comment.
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.gravitino.MetalakeChange
MetalakeChange.RemoveProperty, MetalakeChange.RenameMetalake, MetalakeChange.SetProperty, MetalakeChange.UpdateMetalakeComment -
Method Summary
Modifier and TypeMethodDescriptionbooleanCompares this UpdateMetalakeComment instance with another object for equality.Retrieves the new comment intended for the Metalake.inthashCode()Generates a hash code for this UpdateMetalakeComment instance.toString()Provides a string representation of the UpdateMetalakeComment instance.
-
Method Details
-
getNewComment
Retrieves the new comment intended for the Metalake.- Returns:
- The new comment.
-
equals
Compares this UpdateMetalakeComment instance with another object for equality. -
hashCode
public int hashCode()Generates a hash code for this UpdateMetalakeComment instance. -
toString
Provides a string representation of the UpdateMetalakeComment instance. This string format includes the class name followed by the new comment.
-