public class DescribeJobSubmitInfoResponse extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DescribeJobSubmitInfoResponse() | 
| DescribeJobSubmitInfoResponse(DescribeJobSubmitInfoResponse 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 | 
|---|---|
| Dependence[] | getDependences()Get Dependency information | 
| String | getJobDescription()Get Job description | 
| String | getJobId()Get Job ID | 
| String | getJobName()Get Job name | 
| Long | getPriority()Get Job priority. | 
| String | getRequestId()Get The unique request ID, which is returned for each request. | 
| Tag[] | getTags()Get List of tags bound with the job. | 
| Task[] | getTasks()Get Information of tasks in the job | 
| void | setDependences(Dependence[] Dependences)Set Dependency information | 
| void | setJobDescription(String JobDescription)Set Job description | 
| void | setJobId(String JobId)Set Job ID | 
| void | setJobName(String JobName)Set Job name | 
| void | setPriority(Long Priority)Set Job priority. | 
| void | setRequestId(String RequestId)Set The unique request ID, which is returned for each request. | 
| void | setTags(Tag[] Tags)Set List of tags bound with the job. | 
| void | setTasks(Task[] Tasks)Set Information of tasks in the job | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic DescribeJobSubmitInfoResponse()
public DescribeJobSubmitInfoResponse(DescribeJobSubmitInfoResponse source)
public String getJobId()
public void setJobId(String JobId)
JobId - Job IDpublic String getJobName()
public void setJobName(String JobName)
JobName - Job namepublic String getJobDescription()
public void setJobDescription(String JobDescription)
JobDescription - Job descriptionpublic Long getPriority()
public void setPriority(Long Priority)
Priority - Job priority. Tasks (Task) and task instances (TaskInstance) inherit the job prioritypublic Task[] getTasks()
public void setTasks(Task[] Tasks)
Tasks - Information of tasks in the jobpublic Dependence[] getDependences()
public void setDependences(Dependence[] Dependences)
Dependences - Dependency informationpublic Tag[] getTags()
public void setTags(Tag[] Tags)
Tags - List of tags bound with the job.
Note: This field may return `null`, indicating that no valid value was found.public String getRequestId()
public void setRequestId(String RequestId)
RequestId - The unique request ID, which is returned for each request. RequestId is required for locating a problem.Copyright © 2025. All rights reserved.