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