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