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