public class AdhocRecord extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
AdhocRecord()  | 
AdhocRecord(AdhocRecord 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. 
 | 
Long | 
getId()
Get Task Submission Record ID
Note: This field may return null, indicating that no valid value can be obtained. 
 | 
String | 
getInstanceId()
Get Instance ID
Note: This field may return null, indicating that no valid value can be obtained. 
 | 
String | 
getScriptContent()
Get Script ContentNote: This field may return null, indicating that no valid value can be obtained. 
 | 
String | 
getStatus()
Get Task StatusNote: 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 | 
setId(Long Id)
Set Task Submission Record ID
Note: This field may return null, indicating that no valid value can be obtained. 
 | 
void | 
setInstanceId(String InstanceId)
Set Instance ID
Note: This field may return null, indicating that no valid value can be obtained. 
 | 
void | 
setScriptContent(String ScriptContent)
Set Script ContentNote: This field may return null, indicating that no valid value can be obtained. 
 | 
void | 
setStatus(String Status)
Set Task StatusNote: 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 AdhocRecord()
public AdhocRecord(AdhocRecord source)
public Long getId()
public void setId(Long Id)
Id - Task Submission Record ID
Note: This field may return null, indicating that no valid value can be obtained.public String getScriptContent()
public void setScriptContent(String ScriptContent)
ScriptContent - Script ContentNote: 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 getStatus()
public void setStatus(String Status)
Status - Task StatusNote: This field may return null, indicating that no valid value can be obtained.public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId - Instance ID
Note: This field may return null, indicating that no valid value can be obtained.Copyright © 2025. All rights reserved.