public class TemplatePushPayload
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
TemplatePushPayload.Builder |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
Selector |
getAudience()
Get the template push audience.
|
DeviceTypeData |
getDeviceTypes()
Get the template push device type specification.
|
TemplateSelector |
getMergeData()
Get the merge data (variable specification) for a template push.
|
int |
hashCode() |
static TemplatePushPayload.Builder |
newBuilder()
Generate a new TemplatePushPayload builder.
|
java.lang.String |
toString() |
public static TemplatePushPayload.Builder newBuilder()
public Selector getAudience()
public DeviceTypeData getDeviceTypes()
public TemplateSelector getMergeData()
public java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object