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