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