Package com.morpheusdata.model
Class ExecuteSchedule
java.lang.Object
com.morpheusdata.model.MorpheusModel
com.morpheusdata.model.ExecuteSchedule
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Booleanprotected Longprotected Stringprotected Stringprotected ExecuteScheduleTypeprotected StringFields inherited from class com.morpheusdata.model.MorpheusModel
config, id -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetRefId()getType()voidsetCreatedBy(String createdBy) voidsetEnabled(Boolean enabled) voidvoidsetRefType(String refType) voidsetScheduleTimezone(String scheduleTimezone) voidsetType(ExecuteScheduleType type) voidsetUpdatedBy(String updatedBy) Methods inherited from class com.morpheusdata.model.MorpheusModel
getConfig, getConfigMap, getConfigProperty, getDirtyProperties, getDirtyPropertyValues, getId, getProperties, isDirty, markClean, markDirty, markDirty, setConfig, setConfigMap, setConfigProperty, setId
-
Field Details
-
type
-
scheduleTimezone
-
refType
-
refId
-
enabled
-
createdBy
-
updatedBy
-
-
Constructor Details
-
ExecuteSchedule
public ExecuteSchedule()
-
-
Method Details
-
getType
-
setType
-
getScheduleTimezone
-
setScheduleTimezone
-
getRefType
-
setRefType
-
getRefId
-
setRefId
-
getEnabled
-
setEnabled
-
getCreatedBy
-
setCreatedBy
-
getUpdatedBy
-
setUpdatedBy
-