public class GlobalIdentification extends Object
Modifier and Type | Field and Description |
---|---|
protected ArrayList<LocalIdentification> |
localIDs |
protected String |
uuid |
Constructor and Description |
---|
GlobalIdentification() |
Modifier and Type | Method and Description |
---|---|
boolean |
addLocalIdentification(LocalIdentification local)
Try to add a local identification
|
static GlobalIdentification |
fromJson(String json) |
ArrayList<LocalIdentification> |
getLocalIDs() |
String |
getUuid() |
GlobalIdentification |
hasLocalIdentification(LocalIdentification local) |
void |
setUuid(String uuid) |
String |
toJson() |
protected String uuid
protected ArrayList<LocalIdentification> localIDs
public GlobalIdentification hasLocalIdentification(LocalIdentification local)
public void setUuid(String uuid)
public String getUuid()
public ArrayList<LocalIdentification> getLocalIDs()
public boolean addLocalIdentification(LocalIdentification local)
local
- public String toJson()
public static GlobalIdentification fromJson(String json)
Copyright © 2016. All Rights Reserved.