public class JobView extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
JobView()  | 
JobView(JobView 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 | 
getCreateTime()
Get Creation time 
 | 
String | 
getEndTime()
Get End time
Note: This field may return `null`, indicating that no valid value was found. 
 | 
String | 
getJobId()
Get Job ID 
 | 
String | 
getJobName()
Get Job name 
 | 
String | 
getJobState()
Get Job state 
 | 
Placement | 
getPlacement()
Get Location information
Note: This field may return `null`, indicating that no valid value was found. 
 | 
Long | 
getPriority()
Get Job priority 
 | 
Tag[] | 
getTags()
Get List of tags bound with the job. 
 | 
TaskMetrics | 
getTaskMetrics()
Get Task statistical metrics 
 | 
void | 
setCreateTime(String CreateTime)
Set Creation time 
 | 
void | 
setEndTime(String EndTime)
Set End time
Note: This field may return `null`, indicating that no valid value was found. 
 | 
void | 
setJobId(String JobId)
Set Job ID 
 | 
void | 
setJobName(String JobName)
Set Job name 
 | 
void | 
setJobState(String JobState)
Set Job state 
 | 
void | 
setPlacement(Placement Placement)
Set Location information
Note: This field may return `null`, indicating that no valid value was found. 
 | 
void | 
setPriority(Long Priority)
Set Job priority 
 | 
void | 
setTags(Tag[] Tags)
Set List of tags bound with the job. 
 | 
void | 
setTaskMetrics(TaskMetrics TaskMetrics)
Set Task statistical metrics 
 | 
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 JobView()
public JobView(JobView source)
public String getJobId()
public void setJobId(String JobId)
JobId - Job IDpublic String getJobName()
public void setJobName(String JobName)
JobName - Job namepublic String getJobState()
public void setJobState(String JobState)
JobState - Job statepublic Long getPriority()
public void setPriority(Long Priority)
Priority - Job prioritypublic Placement getPlacement()
public void setPlacement(Placement Placement)
Placement - Location information
Note: This field may return `null`, indicating that no valid value was found.public String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime - Creation timepublic String getEndTime()
public void setEndTime(String EndTime)
EndTime - End time
Note: This field may return `null`, indicating that no valid value was found.public TaskMetrics getTaskMetrics()
public void setTaskMetrics(TaskMetrics TaskMetrics)
TaskMetrics - Task statistical metricspublic 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.Copyright © 2025. All rights reserved.