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