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