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