public class BatchRobotSmartCallResponseBody
extends com.aliyun.tea.TeaModel
| 构造器和说明 |
|---|
BatchRobotSmartCallResponseBody() |
| 限定符和类型 | 方法和说明 |
|---|---|
static BatchRobotSmartCallResponseBody |
build(Map<String,?> map) |
String |
getCode() |
String |
getMessage() |
String |
getRequestId() |
String |
getTaskId() |
BatchRobotSmartCallResponseBody |
setCode(String code) |
BatchRobotSmartCallResponseBody |
setMessage(String message) |
BatchRobotSmartCallResponseBody |
setRequestId(String requestId) |
BatchRobotSmartCallResponseBody |
setTaskId(String taskId) |
@NameInMap(value="TaskId") public String taskId
@NameInMap(value="Message") public String message
@NameInMap(value="RequestId") public String requestId
@NameInMap(value="Code") public String code
public static BatchRobotSmartCallResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic BatchRobotSmartCallResponseBody setTaskId(String taskId)
public String getTaskId()
public BatchRobotSmartCallResponseBody setMessage(String message)
public String getMessage()
public BatchRobotSmartCallResponseBody setRequestId(String requestId)
public String getRequestId()
public BatchRobotSmartCallResponseBody setCode(String code)
public String getCode()
Copyright © 2021. All rights reserved.