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