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