Class ExecuteSchedule

java.lang.Object
com.morpheusdata.model.MorpheusModel
com.morpheusdata.model.ExecuteSchedule

public class ExecuteSchedule extends MorpheusModel
  • Field Details

    • type

      protected ExecuteScheduleType type
    • scheduleTimezone

      protected String scheduleTimezone
    • refType

      protected String refType
    • refId

      protected Long refId
    • enabled

      protected Boolean enabled
    • createdBy

      protected String createdBy
    • updatedBy

      protected String updatedBy
  • Constructor Details

    • ExecuteSchedule

      public ExecuteSchedule()
  • Method Details

    • getType

      public ExecuteScheduleType getType()
    • setType

      public void setType(ExecuteScheduleType type)
    • getScheduleTimezone

      public String getScheduleTimezone()
    • setScheduleTimezone

      public void setScheduleTimezone(String scheduleTimezone)
    • getRefType

      public String getRefType()
    • setRefType

      public void setRefType(String refType)
    • getRefId

      public Long getRefId()
    • setRefId

      public void setRefId(Long refId)
    • getEnabled

      public Boolean getEnabled()
    • setEnabled

      public void setEnabled(Boolean enabled)
    • getCreatedBy

      public String getCreatedBy()
    • setCreatedBy

      public void setCreatedBy(String createdBy)
    • getUpdatedBy

      public String getUpdatedBy()
    • setUpdatedBy

      public void setUpdatedBy(String updatedBy)