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