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