public class GetTaskStatusRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
GetTaskStatusRequest() |
GetTaskStatusRequest(GetTaskStatusRequest 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 |
getBotBizId()
Get 应用ID
|
String |
getTaskId()
Get 任务ID
|
String |
getTaskType()
Get 任务类型
|
void |
setBotBizId(String BotBizId)
Set 应用ID
|
void |
setTaskId(String TaskId)
Set 任务ID
|
void |
setTaskType(String TaskType)
Set 任务类型
|
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, toJsonString
public GetTaskStatusRequest()
public GetTaskStatusRequest(GetTaskStatusRequest source)
public String getTaskId()
public void setTaskId(String TaskId)
TaskId
- 任务IDpublic String getTaskType()
public void setTaskType(String TaskType)
TaskType
- 任务类型public String getBotBizId()
public void setBotBizId(String BotBizId)
BotBizId
- 应用IDCopyright © 2024. All rights reserved.