public class DescribeIntegrationVersionNodesInfoRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeIntegrationVersionNodesInfoRequest() |
DescribeIntegrationVersionNodesInfoRequest(DescribeIntegrationVersionNodesInfoRequest source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
String |
getProjectId()
Get Project ID
|
String |
getTaskId()
Get Task ID
|
String |
getTaskVersion()
Get The selected version ID for the task:
The value of VersionId returned by DescribeDsTaskVersionList or DescribeDsTaskVersionInfo
|
String |
getTaskVersionPath()
Get The selected version's storage path for the task:
The value of Base64.encode($region | $bucket | $ftp.file.name) under TaskInfo.TaskExt.Properties returned by DescribeDsTaskVersionList or DescribeDsTaskVersionInfo
|
void |
setProjectId(String ProjectId)
Set Project ID
|
void |
setTaskId(String TaskId)
Set Task ID
|
void |
setTaskVersion(String TaskVersion)
Set The selected version ID for the task:
The value of VersionId returned by DescribeDsTaskVersionList or DescribeDsTaskVersionInfo
|
void |
setTaskVersionPath(String TaskVersionPath)
Set The selected version's storage path for the task:
The value of Base64.encode($region | $bucket | $ftp.file.name) under TaskInfo.TaskExt.Properties returned by DescribeDsTaskVersionList or DescribeDsTaskVersionInfo
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DescribeIntegrationVersionNodesInfoRequest()
public DescribeIntegrationVersionNodesInfoRequest(DescribeIntegrationVersionNodesInfoRequest source)
public String getTaskId()
public void setTaskId(String TaskId)
TaskId
- Task IDpublic String getProjectId()
public void setProjectId(String ProjectId)
ProjectId
- Project IDpublic String getTaskVersionPath()
public void setTaskVersionPath(String TaskVersionPath)
TaskVersionPath
- The selected version's storage path for the task:
The value of Base64.encode($region | $bucket | $ftp.file.name) under TaskInfo.TaskExt.Properties returned by DescribeDsTaskVersionList or DescribeDsTaskVersionInfopublic String getTaskVersion()
public void setTaskVersion(String TaskVersion)
TaskVersion
- The selected version ID for the task:
The value of VersionId returned by DescribeDsTaskVersionList or DescribeDsTaskVersionInfoCopyright © 2024. All rights reserved.