Class JobTemplateChange.UpdateJobTemplate

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

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

    • getTemplateUpdate

      public JobTemplateChange.TemplateUpdate getTemplateUpdate()
      Get the template update.
      Returns:
      The template update.
    • equals

      public boolean equals(Object o)
      Checks if this UpdateTemplate 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 UpdateJobTemplate.
      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.