public class CloudJobSchedule extends Object
Constructor and Description |
---|
CloudJobSchedule() |
Modifier and Type | Method and Description |
---|---|
org.joda.time.DateTime |
creationTime()
Get the creationTime value.
|
String |
displayName()
Get the displayName value.
|
String |
eTag()
Get the eTag value.
|
JobScheduleExecutionInformation |
executionInfo()
Get the executionInfo value.
|
String |
id()
Get the id value.
|
JobSpecification |
jobSpecification()
Get the jobSpecification value.
|
org.joda.time.DateTime |
lastModified()
Get the lastModified value.
|
List<MetadataItem> |
metadata()
Get the metadata value.
|
JobScheduleState |
previousState()
Get the previousState value.
|
org.joda.time.DateTime |
previousStateTransitionTime()
Get the previousStateTransitionTime value.
|
Schedule |
schedule()
Get the schedule value.
|
JobScheduleState |
state()
Get the state value.
|
org.joda.time.DateTime |
stateTransitionTime()
Get the stateTransitionTime value.
|
JobScheduleStatistics |
stats()
Get the stats value.
|
String |
url()
Get the url value.
|
CloudJobSchedule |
withCreationTime(org.joda.time.DateTime creationTime)
Set the creationTime value.
|
CloudJobSchedule |
withDisplayName(String displayName)
Set the displayName value.
|
CloudJobSchedule |
withETag(String eTag)
Set the eTag value.
|
CloudJobSchedule |
withExecutionInfo(JobScheduleExecutionInformation executionInfo)
Set the executionInfo value.
|
CloudJobSchedule |
withId(String id)
Set the id value.
|
CloudJobSchedule |
withJobSpecification(JobSpecification jobSpecification)
Set the jobSpecification value.
|
CloudJobSchedule |
withLastModified(org.joda.time.DateTime lastModified)
Set the lastModified value.
|
CloudJobSchedule |
withMetadata(List<MetadataItem> metadata)
Set the metadata value.
|
CloudJobSchedule |
withPreviousState(JobScheduleState previousState)
Set the previousState value.
|
CloudJobSchedule |
withPreviousStateTransitionTime(org.joda.time.DateTime previousStateTransitionTime)
Set the previousStateTransitionTime value.
|
CloudJobSchedule |
withSchedule(Schedule schedule)
Set the schedule value.
|
CloudJobSchedule |
withState(JobScheduleState state)
Set the state value.
|
CloudJobSchedule |
withStateTransitionTime(org.joda.time.DateTime stateTransitionTime)
Set the stateTransitionTime value.
|
CloudJobSchedule |
withStats(JobScheduleStatistics stats)
Set the stats value.
|
CloudJobSchedule |
withUrl(String url)
Set the url value.
|
public String id()
public CloudJobSchedule withId(String id)
id
- the id value to setpublic String displayName()
public CloudJobSchedule withDisplayName(String displayName)
displayName
- the displayName value to setpublic String url()
public CloudJobSchedule withUrl(String url)
url
- the url value to setpublic String eTag()
public CloudJobSchedule withETag(String eTag)
eTag
- the eTag value to setpublic org.joda.time.DateTime lastModified()
public CloudJobSchedule withLastModified(org.joda.time.DateTime lastModified)
lastModified
- the lastModified value to setpublic org.joda.time.DateTime creationTime()
public CloudJobSchedule withCreationTime(org.joda.time.DateTime creationTime)
creationTime
- the creationTime value to setpublic JobScheduleState state()
public CloudJobSchedule withState(JobScheduleState state)
state
- the state value to setpublic org.joda.time.DateTime stateTransitionTime()
public CloudJobSchedule withStateTransitionTime(org.joda.time.DateTime stateTransitionTime)
stateTransitionTime
- the stateTransitionTime value to setpublic JobScheduleState previousState()
public CloudJobSchedule withPreviousState(JobScheduleState previousState)
previousState
- the previousState value to setpublic org.joda.time.DateTime previousStateTransitionTime()
public CloudJobSchedule withPreviousStateTransitionTime(org.joda.time.DateTime previousStateTransitionTime)
previousStateTransitionTime
- the previousStateTransitionTime value to setpublic Schedule schedule()
public CloudJobSchedule withSchedule(Schedule schedule)
schedule
- the schedule value to setpublic JobSpecification jobSpecification()
public CloudJobSchedule withJobSpecification(JobSpecification jobSpecification)
jobSpecification
- the jobSpecification value to setpublic JobScheduleExecutionInformation executionInfo()
public CloudJobSchedule withExecutionInfo(JobScheduleExecutionInformation executionInfo)
executionInfo
- the executionInfo value to setpublic List<MetadataItem> metadata()
public CloudJobSchedule withMetadata(List<MetadataItem> metadata)
metadata
- the metadata value to setpublic JobScheduleStatistics stats()
public CloudJobSchedule withStats(JobScheduleStatistics stats)
stats
- the stats value to setCopyright © 2019. All rights reserved.