public class DescribeJobResponse extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeJobResponse() |
DescribeJobResponse(DescribeJobResponse 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 |
getJobConfiguration()
Get Job configuration
|
String |
getJobName()
Get Job name
|
Long |
getJobStatus()
Get Job status:
|
String |
getRequestId()
Get The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId).
|
StatisticInfo |
getStatisticInfo()
Get Task statistics information.
|
void |
setJobConfiguration(String JobConfiguration)
Set Job configuration
|
void |
setJobName(String JobName)
Set Job name
|
void |
setJobStatus(Long JobStatus)
Set Job status:
|
void |
setRequestId(String RequestId)
Set The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId).
|
void |
setStatisticInfo(StatisticInfo StatisticInfo)
Set Task statistics information.
|
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 DescribeJobResponse()
public DescribeJobResponse(DescribeJobResponse source)
public String getJobName()
public void setJobName(String JobName)
JobName
- Job namepublic StatisticInfo getStatisticInfo()
public void setStatisticInfo(StatisticInfo StatisticInfo)
StatisticInfo
- Task statistics information.
Note: This field may return null, indicating that no valid values can be obtained.public String getJobConfiguration()
public void setJobConfiguration(String JobConfiguration)
JobConfiguration
- Job configurationpublic Long getJobStatus()
public void setJobStatus(Long JobStatus)
JobStatus
- Job status:public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.Copyright © 2024. All rights reserved.