public class PushOfficialAccountMessageRequest
extends com.aliyun.tea.TeaModel
| 构造器和说明 |
|---|
PushOfficialAccountMessageRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static PushOfficialAccountMessageRequest |
build(Map<String,?> map) |
String |
getDingCorpId() |
String |
getMsgKey() |
String |
getMsgParam() |
String |
getUserId() |
PushOfficialAccountMessageRequest |
setDingCorpId(String dingCorpId) |
PushOfficialAccountMessageRequest |
setMsgKey(String msgKey) |
PushOfficialAccountMessageRequest |
setMsgParam(String msgParam) |
PushOfficialAccountMessageRequest |
setUserId(String userId) |
@NameInMap(value="dingCorpId") public String dingCorpId
@NameInMap(value="userId") public String userId
@NameInMap(value="msgKey") public String msgKey
@NameInMap(value="msgParam") public String msgParam
public static PushOfficialAccountMessageRequest build(Map<String,?> map) throws Exception
Exceptionpublic PushOfficialAccountMessageRequest setDingCorpId(String dingCorpId)
public String getDingCorpId()
public PushOfficialAccountMessageRequest setUserId(String userId)
public String getUserId()
public PushOfficialAccountMessageRequest setMsgKey(String msgKey)
public String getMsgKey()
public PushOfficialAccountMessageRequest setMsgParam(String msgParam)
public String getMsgParam()
Copyright © 2021. All rights reserved.