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