Class JobTemplateChange.UpdateJobTemplateComment

java.lang.Object
org.apache.gravitino.job.JobTemplateChange.UpdateJobTemplateComment
All Implemented Interfaces:
JobTemplateChange
Enclosing interface:
JobTemplateChange

public static final class JobTemplateChange.UpdateJobTemplateComment extends Object implements JobTemplateChange
A job template change to update the comment of the job template.
  • Method Details

    • getNewComment

      public String getNewComment()
      Get the new comment of the job template.
      Returns:
      The new comment of the job template.
    • equals

      public boolean equals(Object o)
      Checks if this UpdateJobTemplateComment is equal to another object.
      Overrides:
      equals in class Object
      Parameters:
      o - The object to compare with.
      Returns:
      true if the objects are equal, false otherwise.
    • hashCode

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

      public String toString()
      Get the string representation of the job template change.
      Overrides:
      toString in class Object
      Returns:
      The string representation of the job template change.