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