public class CreateBadgeNotifyRequest
extends com.aliyun.tea.TeaModel
| 构造器和说明 |
|---|
CreateBadgeNotifyRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static CreateBadgeNotifyRequest |
build(Map<String,?> map) |
String |
getContent() |
String |
getMsgId() |
String |
getMsgType() |
String |
getUserId() |
CreateBadgeNotifyRequest |
setContent(String content) |
CreateBadgeNotifyRequest |
setMsgId(String msgId) |
CreateBadgeNotifyRequest |
setMsgType(String msgType) |
CreateBadgeNotifyRequest |
setUserId(String userId) |
@NameInMap(value="content") public String content
@NameInMap(value="msgId") public String msgId
@NameInMap(value="msgType") public String msgType
@NameInMap(value="userId") public String userId
public static CreateBadgeNotifyRequest build(Map<String,?> map) throws Exception
Exceptionpublic CreateBadgeNotifyRequest setContent(String content)
public String getContent()
public CreateBadgeNotifyRequest setMsgId(String msgId)
public String getMsgId()
public CreateBadgeNotifyRequest setMsgType(String msgType)
public String getMsgType()
public CreateBadgeNotifyRequest setUserId(String userId)
public String getUserId()
Copyright © 2022. All rights reserved.