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