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