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