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