public class GetMessageCallbackRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
appId
The ID of the application.
|
String |
ownerAccount |
| 构造器和说明 |
|---|
GetMessageCallbackRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static GetMessageCallbackRequest |
build(Map<String,?> map) |
String |
getAppId() |
String |
getOwnerAccount() |
GetMessageCallbackRequest |
setAppId(String appId) |
GetMessageCallbackRequest |
setOwnerAccount(String ownerAccount) |
@NameInMap(value="AppId") public String appId
The ID of the application. If you do not set this parameter, the default value **app-1000000** is used.
@NameInMap(value="OwnerAccount") public String ownerAccount
public static GetMessageCallbackRequest build(Map<String,?> map) throws Exception
Exceptionpublic GetMessageCallbackRequest setAppId(String appId)
public String getAppId()
public GetMessageCallbackRequest setOwnerAccount(String ownerAccount)
public String getOwnerAccount()
Copyright © 2024. All rights reserved.