public class RecallOfficialAccountOTOMessageRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
accountId |
String |
openPushId |
| 构造器和说明 |
|---|
RecallOfficialAccountOTOMessageRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static RecallOfficialAccountOTOMessageRequest |
build(Map<String,?> map) |
String |
getAccountId() |
String |
getOpenPushId() |
RecallOfficialAccountOTOMessageRequest |
setAccountId(String accountId) |
RecallOfficialAccountOTOMessageRequest |
setOpenPushId(String openPushId) |
@NameInMap(value="accountId") public String accountId
@NameInMap(value="openPushId") public String openPushId
public static RecallOfficialAccountOTOMessageRequest build(Map<String,?> map) throws Exception
Exceptionpublic RecallOfficialAccountOTOMessageRequest setAccountId(String accountId)
public String getAccountId()
public RecallOfficialAccountOTOMessageRequest setOpenPushId(String openPushId)
public String getOpenPushId()
Copyright © 2022. All rights reserved.