public class ComputeNodeInformation extends Object
Constructor and Description |
---|
ComputeNodeInformation() |
Modifier and Type | Method and Description |
---|---|
String |
affinityId()
Get the affinityId value.
|
String |
nodeId()
Get the nodeId value.
|
String |
nodeUrl()
Get the nodeUrl value.
|
String |
poolId()
Get the poolId value.
|
String |
taskRootDirectory()
Get the taskRootDirectory value.
|
String |
taskRootDirectoryUrl()
Get the taskRootDirectoryUrl value.
|
ComputeNodeInformation |
withAffinityId(String affinityId)
Set the affinityId value.
|
ComputeNodeInformation |
withNodeId(String nodeId)
Set the nodeId value.
|
ComputeNodeInformation |
withNodeUrl(String nodeUrl)
Set the nodeUrl value.
|
ComputeNodeInformation |
withPoolId(String poolId)
Set the poolId value.
|
ComputeNodeInformation |
withTaskRootDirectory(String taskRootDirectory)
Set the taskRootDirectory value.
|
ComputeNodeInformation |
withTaskRootDirectoryUrl(String taskRootDirectoryUrl)
Set the taskRootDirectoryUrl value.
|
public String affinityId()
public ComputeNodeInformation withAffinityId(String affinityId)
affinityId
- the affinityId value to setpublic String nodeUrl()
public ComputeNodeInformation withNodeUrl(String nodeUrl)
nodeUrl
- the nodeUrl value to setpublic String poolId()
public ComputeNodeInformation withPoolId(String poolId)
poolId
- the poolId value to setpublic String nodeId()
public ComputeNodeInformation withNodeId(String nodeId)
nodeId
- the nodeId value to setpublic String taskRootDirectory()
public ComputeNodeInformation withTaskRootDirectory(String taskRootDirectory)
taskRootDirectory
- the taskRootDirectory value to setpublic String taskRootDirectoryUrl()
public ComputeNodeInformation withTaskRootDirectoryUrl(String taskRootDirectoryUrl)
taskRootDirectoryUrl
- the taskRootDirectoryUrl value to setCopyright © 2019. All rights reserved.