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