| Constructor and Description |
|---|
RichDeleteEvent(String pushId,
com.google.common.base.Optional<String> groupId,
com.google.common.base.Optional<Integer> variantId) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
com.google.common.base.Optional<String> |
getGroupId() |
String |
getPushId() |
EventType |
getType() |
com.google.common.base.Optional<Integer> |
getVariantId() |
int |
hashCode() |
static RichDeleteEvent |
parseJSON(String json) |
static RichDeleteEvent |
parseJSONfromBytes(byte[] bytes) |
byte[] |
serializeToJSONBytes() |
String |
toString() |
public com.google.common.base.Optional<Integer> getVariantId()
public com.google.common.base.Optional<String> getGroupId()
public String getPushId()
public static RichDeleteEvent parseJSONfromBytes(byte[] bytes)
public static RichDeleteEvent parseJSON(String json)
public byte[] serializeToJSONBytes()
Copyright © 2016. All rights reserved.