public class SendBatchMessageRequest extends Object
| Constructor and Description |
|---|
SendBatchMessageRequest() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getAppId()
Get app ID.
|
List<PushMessage> |
getBatch()
Set batch list with push notifications to be sent.
|
void |
setAppId(Long appId)
Set app ID.
|
void |
setBatch(List<PushMessage> batch)
Get batch list with push notifications to be sent.
|
public Long getAppId()
public void setAppId(Long appId)
appId - App ID.public void setBatch(List<PushMessage> batch)
batch - Push notification batch.public List<PushMessage> getBatch()
Copyright © 2016–2017 Lime - HighTech Solutions Inc.. All rights reserved.