public class CloudTask extends Object
Constructor and Description |
---|
CloudTask() |
Modifier and Type | Method and Description |
---|---|
AffinityInformation |
affinityInfo()
Get the affinityInfo value.
|
List<ApplicationPackageReference> |
applicationPackageReferences()
Get the applicationPackageReferences value.
|
AuthenticationTokenSettings |
authenticationTokenSettings()
Get the authenticationTokenSettings value.
|
String |
commandLine()
Get the commandLine value.
|
TaskConstraints |
constraints()
Get the constraints value.
|
TaskContainerSettings |
containerSettings()
Get the containerSettings value.
|
org.joda.time.DateTime |
creationTime()
Get the creationTime value.
|
TaskDependencies |
dependsOn()
Get the dependsOn value.
|
String |
displayName()
Get the displayName value.
|
List<EnvironmentSetting> |
environmentSettings()
Get the environmentSettings value.
|
String |
eTag()
Get the eTag value.
|
TaskExecutionInformation |
executionInfo()
Get the executionInfo value.
|
ExitConditions |
exitConditions()
Get the exitConditions value.
|
String |
id()
Get the id value.
|
org.joda.time.DateTime |
lastModified()
Get the lastModified value.
|
MultiInstanceSettings |
multiInstanceSettings()
Get the multiInstanceSettings value.
|
ComputeNodeInformation |
nodeInfo()
Get the nodeInfo value.
|
List<OutputFile> |
outputFiles()
Get the outputFiles value.
|
TaskState |
previousState()
Get the previousState value.
|
org.joda.time.DateTime |
previousStateTransitionTime()
Get the previousStateTransitionTime value.
|
List<ResourceFile> |
resourceFiles()
Get the resourceFiles value.
|
TaskState |
state()
Get the state value.
|
org.joda.time.DateTime |
stateTransitionTime()
Get the stateTransitionTime value.
|
TaskStatistics |
stats()
Get the stats value.
|
String |
url()
Get the url value.
|
UserIdentity |
userIdentity()
Get the userIdentity value.
|
CloudTask |
withAffinityInfo(AffinityInformation affinityInfo)
Set the affinityInfo value.
|
CloudTask |
withApplicationPackageReferences(List<ApplicationPackageReference> applicationPackageReferences)
Set the applicationPackageReferences value.
|
CloudTask |
withAuthenticationTokenSettings(AuthenticationTokenSettings authenticationTokenSettings)
Set the authenticationTokenSettings value.
|
CloudTask |
withCommandLine(String commandLine)
Set the commandLine value.
|
CloudTask |
withConstraints(TaskConstraints constraints)
Set the constraints value.
|
CloudTask |
withContainerSettings(TaskContainerSettings containerSettings)
Set the containerSettings value.
|
CloudTask |
withCreationTime(org.joda.time.DateTime creationTime)
Set the creationTime value.
|
CloudTask |
withDependsOn(TaskDependencies dependsOn)
Set the dependsOn value.
|
CloudTask |
withDisplayName(String displayName)
Set the displayName value.
|
CloudTask |
withEnvironmentSettings(List<EnvironmentSetting> environmentSettings)
Set the environmentSettings value.
|
CloudTask |
withETag(String eTag)
Set the eTag value.
|
CloudTask |
withExecutionInfo(TaskExecutionInformation executionInfo)
Set the executionInfo value.
|
CloudTask |
withExitConditions(ExitConditions exitConditions)
Set the exitConditions value.
|
CloudTask |
withId(String id)
Set the id value.
|
CloudTask |
withLastModified(org.joda.time.DateTime lastModified)
Set the lastModified value.
|
CloudTask |
withMultiInstanceSettings(MultiInstanceSettings multiInstanceSettings)
Set the multiInstanceSettings value.
|
CloudTask |
withNodeInfo(ComputeNodeInformation nodeInfo)
Set the nodeInfo value.
|
CloudTask |
withOutputFiles(List<OutputFile> outputFiles)
Set the outputFiles value.
|
CloudTask |
withPreviousState(TaskState previousState)
Set the previousState value.
|
CloudTask |
withPreviousStateTransitionTime(org.joda.time.DateTime previousStateTransitionTime)
Set the previousStateTransitionTime value.
|
CloudTask |
withResourceFiles(List<ResourceFile> resourceFiles)
Set the resourceFiles value.
|
CloudTask |
withState(TaskState state)
Set the state value.
|
CloudTask |
withStateTransitionTime(org.joda.time.DateTime stateTransitionTime)
Set the stateTransitionTime value.
|
CloudTask |
withStats(TaskStatistics stats)
Set the stats value.
|
CloudTask |
withUrl(String url)
Set the url value.
|
CloudTask |
withUserIdentity(UserIdentity userIdentity)
Set the userIdentity value.
|
public String id()
public CloudTask withId(String id)
id
- the id value to setpublic String displayName()
public CloudTask withDisplayName(String displayName)
displayName
- the displayName value to setpublic String url()
public CloudTask withUrl(String url)
url
- the url value to setpublic String eTag()
public CloudTask withETag(String eTag)
eTag
- the eTag value to setpublic org.joda.time.DateTime lastModified()
public CloudTask withLastModified(org.joda.time.DateTime lastModified)
lastModified
- the lastModified value to setpublic org.joda.time.DateTime creationTime()
public CloudTask withCreationTime(org.joda.time.DateTime creationTime)
creationTime
- the creationTime value to setpublic ExitConditions exitConditions()
public CloudTask withExitConditions(ExitConditions exitConditions)
exitConditions
- the exitConditions value to setpublic TaskState state()
public CloudTask withState(TaskState state)
state
- the state value to setpublic org.joda.time.DateTime stateTransitionTime()
public CloudTask withStateTransitionTime(org.joda.time.DateTime stateTransitionTime)
stateTransitionTime
- the stateTransitionTime value to setpublic TaskState previousState()
public CloudTask withPreviousState(TaskState previousState)
previousState
- the previousState value to setpublic org.joda.time.DateTime previousStateTransitionTime()
public CloudTask withPreviousStateTransitionTime(org.joda.time.DateTime previousStateTransitionTime)
previousStateTransitionTime
- the previousStateTransitionTime value to setpublic String commandLine()
public CloudTask withCommandLine(String commandLine)
commandLine
- the commandLine value to setpublic TaskContainerSettings containerSettings()
public CloudTask withContainerSettings(TaskContainerSettings containerSettings)
containerSettings
- the containerSettings value to setpublic List<ResourceFile> resourceFiles()
public CloudTask withResourceFiles(List<ResourceFile> resourceFiles)
resourceFiles
- the resourceFiles value to setpublic List<OutputFile> outputFiles()
public CloudTask withOutputFiles(List<OutputFile> outputFiles)
outputFiles
- the outputFiles value to setpublic List<EnvironmentSetting> environmentSettings()
public CloudTask withEnvironmentSettings(List<EnvironmentSetting> environmentSettings)
environmentSettings
- the environmentSettings value to setpublic AffinityInformation affinityInfo()
public CloudTask withAffinityInfo(AffinityInformation affinityInfo)
affinityInfo
- the affinityInfo value to setpublic TaskConstraints constraints()
public CloudTask withConstraints(TaskConstraints constraints)
constraints
- the constraints value to setpublic UserIdentity userIdentity()
public CloudTask withUserIdentity(UserIdentity userIdentity)
userIdentity
- the userIdentity value to setpublic TaskExecutionInformation executionInfo()
public CloudTask withExecutionInfo(TaskExecutionInformation executionInfo)
executionInfo
- the executionInfo value to setpublic ComputeNodeInformation nodeInfo()
public CloudTask withNodeInfo(ComputeNodeInformation nodeInfo)
nodeInfo
- the nodeInfo value to setpublic MultiInstanceSettings multiInstanceSettings()
public CloudTask withMultiInstanceSettings(MultiInstanceSettings multiInstanceSettings)
multiInstanceSettings
- the multiInstanceSettings value to setpublic TaskStatistics stats()
public CloudTask withStats(TaskStatistics stats)
stats
- the stats value to setpublic TaskDependencies dependsOn()
public CloudTask withDependsOn(TaskDependencies dependsOn)
dependsOn
- the dependsOn value to setpublic List<ApplicationPackageReference> applicationPackageReferences()
public CloudTask withApplicationPackageReferences(List<ApplicationPackageReference> applicationPackageReferences)
applicationPackageReferences
- the applicationPackageReferences value to setpublic AuthenticationTokenSettings authenticationTokenSettings()
public CloudTask withAuthenticationTokenSettings(AuthenticationTokenSettings authenticationTokenSettings)
authenticationTokenSettings
- the authenticationTokenSettings value to setCopyright © 2019. All rights reserved.