public class JobPatchParameter extends Object
Constructor and Description |
---|
JobPatchParameter() |
Modifier and Type | Method and Description |
---|---|
JobConstraints |
constraints()
Get the constraints value.
|
List<MetadataItem> |
metadata()
Get the metadata value.
|
OnAllTasksComplete |
onAllTasksComplete()
Get the onAllTasksComplete value.
|
PoolInformation |
poolInfo()
Get the poolInfo value.
|
Integer |
priority()
Get the priority value.
|
JobPatchParameter |
withConstraints(JobConstraints constraints)
Set the constraints value.
|
JobPatchParameter |
withMetadata(List<MetadataItem> metadata)
Set the metadata value.
|
JobPatchParameter |
withOnAllTasksComplete(OnAllTasksComplete onAllTasksComplete)
Set the onAllTasksComplete value.
|
JobPatchParameter |
withPoolInfo(PoolInformation poolInfo)
Set the poolInfo value.
|
JobPatchParameter |
withPriority(Integer priority)
Set the priority value.
|
public Integer priority()
public JobPatchParameter withPriority(Integer priority)
priority
- the priority value to setpublic OnAllTasksComplete onAllTasksComplete()
public JobPatchParameter withOnAllTasksComplete(OnAllTasksComplete onAllTasksComplete)
onAllTasksComplete
- the onAllTasksComplete value to setpublic JobConstraints constraints()
public JobPatchParameter withConstraints(JobConstraints constraints)
constraints
- the constraints value to setpublic PoolInformation poolInfo()
public JobPatchParameter withPoolInfo(PoolInformation poolInfo)
poolInfo
- the poolInfo value to setpublic List<MetadataItem> metadata()
public JobPatchParameter withMetadata(List<MetadataItem> metadata)
metadata
- the metadata value to setCopyright © 2019. All rights reserved.