public class CreateBadgeNotifyRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
content
This parameter is required.
|
String |
msgId
This parameter is required.
|
String |
msgType
This parameter is required.
|
String |
userId
This parameter is required.
|
| 构造器和说明 |
|---|
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
This parameter is required.
@NameInMap(value="msgId") public String msgId
This parameter is required.
@NameInMap(value="msgType") public String msgType
This parameter is required.
@NameInMap(value="userId") public String userId
This parameter is required.
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 © 2025. All rights reserved.