public class PushOfficialAccountMessageRequest
extends com.aliyun.tea.TeaModel
构造器和说明 |
---|
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
@NameInMap(value="msgParam") public String msgParam
@NameInMap(value="userId") public String userId
public static PushOfficialAccountMessageRequest build(Map<String,?> map) throws Exception
Exception
public PushOfficialAccountMessageRequest setMsgKey(String msgKey)
public String getMsgKey()
public PushOfficialAccountMessageRequest setMsgParam(String msgParam)
public String getMsgParam()
public PushOfficialAccountMessageRequest setUserId(String userId)
public String getUserId()
Copyright © 2022. All rights reserved.