public class PushOfficialAccountMessageRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
msgKey
This parameter is required.
|
String |
msgParam
This parameter is required.
|
String |
userId
This parameter is required.
|
| 构造器和说明 |
|---|
PushOfficialAccountMessageRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static PushOfficialAccountMessageRequest |
build(Map<String,?> map) |
String |
getMsgKey() |
String |
getMsgParam() |
String |
getUserId() |
PushOfficialAccountMessageRequest |
setMsgKey(String msgKey) |
PushOfficialAccountMessageRequest |
setMsgParam(String msgParam) |
PushOfficialAccountMessageRequest |
setUserId(String userId) |
@NameInMap(value="msgKey") public String msgKey
This parameter is required.
example:sampleText
@NameInMap(value="msgParam") public String msgParam
This parameter is required.
example:eyJjb250ZW50IjogIua1i+ivleWGheWuuSJ9(即{"content": "测试内容"}的base64编码值)
@NameInMap(value="userId") public String userId
This parameter is required.
example:123456abc
public static PushOfficialAccountMessageRequest build(Map<String,?> map) throws Exception
Exceptionpublic PushOfficialAccountMessageRequest setMsgKey(String msgKey)
public String getMsgKey()
public PushOfficialAccountMessageRequest setMsgParam(String msgParam)
public String getMsgParam()
public PushOfficialAccountMessageRequest setUserId(String userId)
public String getUserId()
Copyright © 2025. All rights reserved.