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