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