public class AdhocDetail extends AbstractModel
header, skipSign| Constructor and Description |
|---|
AdhocDetail() |
AdhocDetail(AdhocDetail 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 |
getEndTime()
Get Task termination time
Note: This field may return null, indicating that no valid value can be obtained.
|
Long |
getId()
Get Subtask record Id
|
Long |
getRecordId()
Get Submit Task ID
|
String |
getScriptContent()
Get Script Content
|
String |
getStartTime()
Get Task start time
Note: This field may return null, indicating that no valid value can be obtained.
|
String |
getStatus()
Get Current Task Status
|
void |
setEndTime(String EndTime)
Set Task termination time
Note: This field may return null, indicating that no valid value can be obtained.
|
void |
setId(Long Id)
Set Subtask record Id
|
void |
setRecordId(Long RecordId)
Set Submit Task ID
|
void |
setScriptContent(String ScriptContent)
Set Script Content
|
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 Current Task Status
|
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 AdhocDetail()
public AdhocDetail(AdhocDetail source)
public Long getId()
public void setId(Long Id)
Id - Subtask record Idpublic String getScriptContent()
public void setScriptContent(String ScriptContent)
ScriptContent - Script Contentpublic 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 getEndTime()
public void setEndTime(String EndTime)
EndTime - Task termination time
Note: This field may return null, indicating that no valid value can be obtained.public String getStatus()
public void setStatus(String Status)
Status - Current Task Statuspublic Long getRecordId()
public void setRecordId(Long RecordId)
RecordId - Submit Task IDCopyright © 2025. All rights reserved.