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="Code") public String code
@NameInMap(value="Message") public String message
@NameInMap(value="RequestId") public String requestId
@NameInMap(value="TaskId") public String taskId
public static BatchRobotSmartCallResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic BatchRobotSmartCallResponseBody setCode(String code)
public String getCode()
public BatchRobotSmartCallResponseBody setMessage(String message)
public String getMessage()
public BatchRobotSmartCallResponseBody setRequestId(String requestId)
public String getRequestId()
public BatchRobotSmartCallResponseBody setTaskId(String taskId)
public String getTaskId()
Copyright © 2021. All rights reserved.