Class JobTemplateChange.RenameJobTemplate

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

public static final class JobTemplateChange.RenameJobTemplate extends Object implements JobTemplateChange
A job template change to rename the job template.
  • Method Details

    • getNewName

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

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