public final class RelevantAudience extends Object
Modifier and Type | Class and Description |
---|---|
static class |
RelevantAudience.Builder |
Modifier and Type | Method and Description |
---|---|
static RelevantAudience.Builder |
builder() |
boolean |
equals(Object o) |
Object |
getPayload()
If relevantAudience.type is set to Multicast, then the payload object is empty.
|
RelevantAudienceType |
getType()
Get type
For this enum type, if a value unknown to the SDK is returned the UNKNOWN_TO_SDK_VERSION
enumeration value will be returned.
|
String |
getTypeAsString()
Get the underlying String value for type.
|
int |
hashCode() |
String |
toString() |
public static RelevantAudience.Builder builder()
public RelevantAudienceType getType()
public String getTypeAsString()
public Object getPayload()
Copyright © 2023. All rights reserved.