public class DrInstanceOpsDto extends AbstractModel
header, skipSign| Constructor and Description |
|---|
DrInstanceOpsDto() |
DrInstanceOpsDto(DrInstanceOpsDto 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 submission time
Note: This field may return null, indicating that no valid value can be obtained.
|
String |
getDuration()
Get Running duration (seconds)
Note: This field may return null, indicating that no valid value can be obtained.
|
Boolean |
getHasResultSet()
Get Contains result set
Note: This field may return null, indicating that no valid value can be obtained.
|
String |
getInstanceId()
Get Task instance Id
Note: This field may return null, indicating that no valid value can be obtained.
|
String |
getJobId()
Get Orchestration Space jobId
Note: This field may return null, indicating that no valid value can be obtained.
|
Long |
getRecordId()
Get Task Submission Record Id
Note: This field may return null, indicating that no valid value can be obtained.
|
String |
getRemotePath()
Get Script COS address
Note: This field may return null, indicating that no valid value can be obtained.
|
String |
getScriptContent()
Get Trial run content
Note: This field may return null, indicating that no valid value can be obtained.
|
Long |
getSonRecordId()
Get Subtask record id
Note: This field may return null, indicating that no valid value can be obtained.
|
String |
getStartTime()
Get Task start time
Note: This field may return null, indicating that no valid value can be obtained.
|
String |
getStatus()
Get Trial run status
Note: This field may return null, indicating that no valid value can be obtained.
|
String |
getSubmitUserId()
Get Trial run submitter userId
Note: This field may return null, indicating that no valid value can be obtained.
|
String |
getSubmitUserName()
Get Trial run submitter
Note: This field may return null, indicating that no valid value can be obtained.
|
String |
getTaskId()
Get For orchestration space, the task id; for development space, the script id
Note: This field may return null, indicating that no valid value can be obtained.
|
String |
getTaskName()
Get For orchestration space, the task name; for development space, the script name
Note: This field may return null, indicating that no valid value can be obtained.
|
String |
getTaskSource()
Get Task Source
Note: This field may return null, indicating that no valid value can be obtained.
|
String |
getTaskType()
Get Task TypeNote: This field may return null, indicating that no valid value can be obtained.
|
void |
setCreateTime(String CreateTime)
Set Task submission time
Note: This field may return null, indicating that no valid value can be obtained.
|
void |
setDuration(String Duration)
Set Running duration (seconds)
Note: This field may return null, indicating that no valid value can be obtained.
|
void |
setHasResultSet(Boolean HasResultSet)
Set Contains result set
Note: This field may return null, indicating that no valid value can be obtained.
|
void |
setInstanceId(String InstanceId)
Set Task instance Id
Note: This field may return null, indicating that no valid value can be obtained.
|
void |
setJobId(String JobId)
Set Orchestration Space jobId
Note: This field may return null, indicating that no valid value can be obtained.
|
void |
setRecordId(Long RecordId)
Set Task Submission Record Id
Note: This field may return null, indicating that no valid value can be obtained.
|
void |
setRemotePath(String RemotePath)
Set Script COS address
Note: This field may return null, indicating that no valid value can be obtained.
|
void |
setScriptContent(String ScriptContent)
Set Trial run content
Note: This field may return null, indicating that no valid value can be obtained.
|
void |
setSonRecordId(Long SonRecordId)
Set Subtask record id
Note: This field may return null, indicating that no valid value can be obtained.
|
void |
setStartTime(String StartTime)
Set Task start time
Note: This field may return null, indicating that no valid value can be obtained.
|
void |
setStatus(String Status)
Set Trial run status
Note: This field may return null, indicating that no valid value can be obtained.
|
void |
setSubmitUserId(String SubmitUserId)
Set Trial run submitter userId
Note: This field may return null, indicating that no valid value can be obtained.
|
void |
setSubmitUserName(String SubmitUserName)
Set Trial run submitter
Note: This field may return null, indicating that no valid value can be obtained.
|
void |
setTaskId(String TaskId)
Set For orchestration space, the task id; for development space, the script id
Note: This field may return null, indicating that no valid value can be obtained.
|
void |
setTaskName(String TaskName)
Set For orchestration space, the task name; for development space, the script name
Note: This field may return null, indicating that no valid value can be obtained.
|
void |
setTaskSource(String TaskSource)
Set Task Source
Note: This field may return null, indicating that no valid value can be obtained.
|
void |
setTaskType(String TaskType)
Set Task TypeNote: This field may return null, indicating that no valid value can be obtained.
|
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 DrInstanceOpsDto()
public DrInstanceOpsDto(DrInstanceOpsDto source)
public String getTaskSource()
public void setTaskSource(String TaskSource)
TaskSource - Task Source
Note: This field may return null, indicating that no valid value can be obtained.public String getJobId()
public void setJobId(String JobId)
JobId - Orchestration Space jobId
Note: This field may return null, indicating that no valid value can be obtained.public Long getRecordId()
public void setRecordId(Long RecordId)
RecordId - Task Submission Record Id
Note: This field may return null, indicating that no valid value can be obtained.public Long getSonRecordId()
public void setSonRecordId(Long SonRecordId)
SonRecordId - Subtask record id
Note: This field may return null, indicating that no valid value can be obtained.public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId - Task instance Id
Note: This field may return null, indicating that no valid value can be obtained.public String getTaskId()
public void setTaskId(String TaskId)
TaskId - For orchestration space, the task id; for development space, the script id
Note: This field may return null, indicating that no valid value can be obtained.public String getRemotePath()
public void setRemotePath(String RemotePath)
RemotePath - Script COS address
Note: This field may return null, indicating that no valid value can be obtained.public String getScriptContent()
public void setScriptContent(String ScriptContent)
ScriptContent - Trial run content
Note: This field may return null, indicating that no valid value can be obtained.public String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime - Task submission time
Note: This field may return null, indicating that no valid value can be obtained.public String getStartTime()
public void setStartTime(String StartTime)
StartTime - Task start time
Note: This field may return null, indicating that no valid value can be obtained.public String getDuration()
public void setDuration(String Duration)
Duration - Running duration (seconds)
Note: This field may return null, indicating that no valid value can be obtained.public String getStatus()
public void setStatus(String Status)
Status - Trial run status
Note: This field may return null, indicating that no valid value can be obtained.public String getTaskName()
public void setTaskName(String TaskName)
TaskName - For orchestration space, the task name; for development space, the script name
Note: This field may return null, indicating that no valid value can be obtained.public String getSubmitUserName()
public void setSubmitUserName(String SubmitUserName)
SubmitUserName - Trial run submitter
Note: This field may return null, indicating that no valid value can be obtained.public String getSubmitUserId()
public void setSubmitUserId(String SubmitUserId)
SubmitUserId - Trial run submitter userId
Note: This field may return null, indicating that no valid value can be obtained.public String getTaskType()
public void setTaskType(String TaskType)
TaskType - Task TypeNote: This field may return null, indicating that no valid value can be obtained.public Boolean getHasResultSet()
public void setHasResultSet(Boolean HasResultSet)
HasResultSet - Contains result set
Note: This field may return null, indicating that no valid value can be obtained.Copyright © 2025. All rights reserved.