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