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