Class FunctionChange.UpdateComment

java.lang.Object
org.apache.gravitino.function.FunctionChange.UpdateComment
All Implemented Interfaces:
FunctionChange
Enclosing interface:
FunctionChange

public static final class FunctionChange.UpdateComment extends Object implements FunctionChange
A FunctionChange to update the comment of a function.
  • Method Details

    • newComment

      public String newComment()
      Returns:
      The new comment of the function.
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object