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