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") public Integer statusCode
@NameInMap(value="body") public UpdateKROfContentResponseBody body
public static UpdateKROfContentResponse build(Map<String,?> map) throws Exception
Exception
public UpdateKROfContentResponse setHeaders(Map<String,String> headers)
public UpdateKROfContentResponse setStatusCode(Integer statusCode)
public Integer getStatusCode()
public UpdateKROfContentResponse setBody(UpdateKROfContentResponseBody body)
public UpdateKROfContentResponseBody getBody()
Copyright © 2024. All rights reserved.