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