Class JobDefinitionSuspensionStateDtoAllOf


  • public class JobDefinitionSuspensionStateDtoAllOf
    extends Object
    JobDefinitionSuspensionStateDtoAllOf
    • Constructor Detail

      • JobDefinitionSuspensionStateDtoAllOf

        public JobDefinitionSuspensionStateDtoAllOf()
    • Method Detail

      • getIncludeJobs

        public Boolean getIncludeJobs()
        A `Boolean` value which indicates whether to activate or suspend also all jobs of the referenced job definitions. When the value is set to `true`, all jobs of the provided job definitions will be activated or suspended and when the value is set to `false`, the suspension state of all jobs of the provided job definitions will not be updated.
        Returns:
        includeJobs
      • setIncludeJobs

        public void setIncludeJobs​(Boolean includeJobs)
      • getExecutionDate

        public String getExecutionDate()
        The date on which the referenced job definitions will be activated or suspended. If null, the suspension state of the given job definitions is updated immediately. By [default](https://docs.camunda.org/manual/7.18/reference/rest/overview/date-format/), the date must have the format `yyyy-MM- dd'T'HH:mm:ss.SSSZ`, e.g., `2013-01-23T14:42:45.000+0200`.
        Returns:
        executionDate
      • setExecutionDate

        public void setExecutionDate​(String executionDate)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object