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