public class JobDto extends AbstractModel
header, skipSign| Constructor and Description |
|---|
JobDto() |
JobDto(JobDto 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 Task creation time
|
String |
getEndTime()
Get End time.
|
JobExecutionDto[] |
getJobExecutionList()
Get Subtask List
|
String |
getJobId()
Get Task ID of the data exploration.
|
String |
getJobName()
Get Task name.
|
String |
getJobType()
Get Task type
|
String |
getOwnerUin()
Get Root account UIN.
|
String |
getScriptContent()
Get Specifies the script content.
|
Boolean |
getScriptContentTruncate()
Get Specifies whether the script content is truncated.
|
String |
getScriptId()
Get Script ID
|
String |
getStatus()
Get State of a task.
|
Long |
getTimeCost()
Get Duration.
|
String |
getUpdateTime()
Get Update time.
|
String |
getUserUin()
Get Account UIN.
|
void |
setCreateTime(String CreateTime)
Set Task creation time
|
void |
setEndTime(String EndTime)
Set End time.
|
void |
setJobExecutionList(JobExecutionDto[] JobExecutionList)
Set Subtask List
|
void |
setJobId(String JobId)
Set Task ID of the data exploration.
|
void |
setJobName(String JobName)
Set Task name.
|
void |
setJobType(String JobType)
Set Task type
|
void |
setOwnerUin(String OwnerUin)
Set Root account UIN.
|
void |
setScriptContent(String ScriptContent)
Set Specifies the script content.
|
void |
setScriptContentTruncate(Boolean ScriptContentTruncate)
Set Specifies whether the script content is truncated.
|
void |
setScriptId(String ScriptId)
Set Script ID
|
void |
setStatus(String Status)
Set State of a task.
|
void |
setTimeCost(Long TimeCost)
Set Duration.
|
void |
setUpdateTime(String UpdateTime)
Set Update time.
|
void |
setUserUin(String UserUin)
Set Account UIN.
|
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 JobDto()
public JobDto(JobDto source)
public String getJobId()
public void setJobId(String JobId)
JobId - Task ID of the data exploration.public String getJobName()
public void setJobName(String JobName)
JobName - Task name.public String getJobType()
public void setJobType(String JobType)
JobType - Task typepublic String getScriptId()
public void setScriptId(String ScriptId)
ScriptId - Script IDpublic JobExecutionDto[] getJobExecutionList()
public void setJobExecutionList(JobExecutionDto[] JobExecutionList)
JobExecutionList - Subtask Listpublic String getScriptContent()
public void setScriptContent(String ScriptContent)
ScriptContent - Specifies the script content.public String getStatus()
public void setStatus(String Status)
Status - State of a task.public String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime - Task creation timepublic String getUpdateTime()
public void setUpdateTime(String UpdateTime)
UpdateTime - Update time.public String getEndTime()
public void setEndTime(String EndTime)
EndTime - End time.public String getOwnerUin()
public void setOwnerUin(String OwnerUin)
OwnerUin - Root account UIN.public String getUserUin()
public void setUserUin(String UserUin)
UserUin - Account UIN.public Long getTimeCost()
public void setTimeCost(Long TimeCost)
TimeCost - Duration. specifies the time taken.public Boolean getScriptContentTruncate()
public void setScriptContentTruncate(Boolean ScriptContentTruncate)
ScriptContentTruncate - Specifies whether the script content is truncated.Copyright © 2025. All rights reserved.