Package org.apache.gravitino.job
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.
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.gravitino.job.JobTemplateChange
JobTemplateChange.RenameJobTemplate, JobTemplateChange.ShellTemplateUpdate, JobTemplateChange.SparkTemplateUpdate, JobTemplateChange.TemplateUpdate, JobTemplateChange.UpdateJobTemplate, JobTemplateChange.UpdateJobTemplateComment -
Method Summary
-
Method Details
-
getTemplateUpdate
Get the template update.- Returns:
- The template update.
-
equals
Checks if this UpdateTemplate is equal to another object. -
hashCode
public int hashCode()Generates a hash code for this UpdateJobTemplate. -
toString
Get the string representation of the job template change.
-