public class CreateOrUpdateIMRobotResponse
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
CreateOrUpdateIMRobotResponseBody |
body |
Map<String,String> |
headers |
Integer |
statusCode |
| 构造器和说明 |
|---|
CreateOrUpdateIMRobotResponse() |
| 限定符和类型 | 方法和说明 |
|---|---|
static CreateOrUpdateIMRobotResponse |
build(Map<String,?> map) |
CreateOrUpdateIMRobotResponseBody |
getBody() |
Map<String,String> |
getHeaders() |
Integer |
getStatusCode() |
CreateOrUpdateIMRobotResponse |
setBody(CreateOrUpdateIMRobotResponseBody body) |
CreateOrUpdateIMRobotResponse |
setHeaders(Map<String,String> headers) |
CreateOrUpdateIMRobotResponse |
setStatusCode(Integer statusCode) |
@NameInMap(value="statusCode") public Integer statusCode
@NameInMap(value="body") public CreateOrUpdateIMRobotResponseBody body
public static CreateOrUpdateIMRobotResponse build(Map<String,?> map) throws Exception
Exceptionpublic CreateOrUpdateIMRobotResponse setHeaders(Map<String,String> headers)
public CreateOrUpdateIMRobotResponse setStatusCode(Integer statusCode)
public Integer getStatusCode()
public CreateOrUpdateIMRobotResponse setBody(CreateOrUpdateIMRobotResponseBody body)
public CreateOrUpdateIMRobotResponseBody getBody()
Copyright © 2024. All rights reserved.