public class StartIntegrationTaskRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| StartIntegrationTaskRequest() | 
| StartIntegrationTaskRequest(StartIntegrationTaskRequest 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 | getEvent()Get Event type (START, STOP, SUSPEND, RESUME, COMMIT, TIMESTAMP) | 
| String | getEventDesc()Get Operation Type Description | 
| RecordField[] | getExtConfig()Get Additional parameters | 
| String | getProjectId()Get Project ID | 
| String | getTaskId()Get Task ID | 
| void | setEvent(String Event)Set Event type (START, STOP, SUSPEND, RESUME, COMMIT, TIMESTAMP) | 
| void | setEventDesc(String EventDesc)Set Operation Type Description | 
| void | setExtConfig(RecordField[] ExtConfig)Set Additional parameters | 
| void | setProjectId(String ProjectId)Set Project ID | 
| void | setTaskId(String TaskId)Set Task ID | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic StartIntegrationTaskRequest()
public StartIntegrationTaskRequest(StartIntegrationTaskRequest source)
public String getTaskId()
public void setTaskId(String TaskId)
TaskId - Task IDpublic String getProjectId()
public void setProjectId(String ProjectId)
ProjectId - Project IDpublic String getEvent()
public void setEvent(String Event)
Event - Event type (START, STOP, SUSPEND, RESUME, COMMIT, TIMESTAMP)public RecordField[] getExtConfig()
public void setExtConfig(RecordField[] ExtConfig)
ExtConfig - Additional parameterspublic String getEventDesc()
public void setEventDesc(String EventDesc)
EventDesc - Operation Type DescriptionCopyright © 2024. All rights reserved.