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