public class JobScheduleAddParameter extends Object
Constructor and Description |
---|
JobScheduleAddParameter() |
Modifier and Type | Method and Description |
---|---|
String |
displayName()
Get the displayName value.
|
String |
id()
Get the id value.
|
JobSpecification |
jobSpecification()
Get the jobSpecification value.
|
List<MetadataItem> |
metadata()
Get the metadata value.
|
Schedule |
schedule()
Get the schedule value.
|
JobScheduleAddParameter |
withDisplayName(String displayName)
Set the displayName value.
|
JobScheduleAddParameter |
withId(String id)
Set the id value.
|
JobScheduleAddParameter |
withJobSpecification(JobSpecification jobSpecification)
Set the jobSpecification value.
|
JobScheduleAddParameter |
withMetadata(List<MetadataItem> metadata)
Set the metadata value.
|
JobScheduleAddParameter |
withSchedule(Schedule schedule)
Set the schedule value.
|
public String id()
public JobScheduleAddParameter withId(String id)
id
- the id value to setpublic String displayName()
public JobScheduleAddParameter withDisplayName(String displayName)
displayName
- the displayName value to setpublic Schedule schedule()
public JobScheduleAddParameter withSchedule(Schedule schedule)
schedule
- the schedule value to setpublic JobSpecification jobSpecification()
public JobScheduleAddParameter withJobSpecification(JobSpecification jobSpecification)
jobSpecification
- the jobSpecification value to setpublic List<MetadataItem> metadata()
public JobScheduleAddParameter withMetadata(List<MetadataItem> metadata)
metadata
- the metadata value to setCopyright © 2019. All rights reserved.