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