| Modifier and Type | Class and Description |
|---|---|
static class |
TagChange.Builder |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Map<String,Collection<String>> |
getTagAdd() |
Map<String,Collection<String>> |
getTagCurrent() |
Map<String,Collection<String>> |
getTagRemove() |
EventType |
getType() |
int |
hashCode() |
static TagChange.Builder |
newBuilder() |
static TagChange |
parseJSON(com.google.gson.JsonElement json) |
static TagChange |
parseJSON(String json) |
static TagChange |
parseJSONfromBytes(byte[] bytes) |
byte[] |
serializeToJSONBytes() |
String |
toString() |
public Map<String,Collection<String>> getTagAdd()
public Map<String,Collection<String>> getTagRemove()
public Map<String,Collection<String>> getTagCurrent()
public static TagChange parseJSONfromBytes(byte[] bytes)
public static TagChange parseJSON(com.google.gson.JsonElement json)
public byte[] serializeToJSONBytes()
public static TagChange.Builder newBuilder()
Copyright © 2016. All rights reserved.