public abstract class Entity extends Object implements Serializable, Cloneable, JsonSerializable
| Modifier and Type | Field and Description |
|---|---|
String |
entityReference |
URL |
entityURL |
| Constructor and Description |
|---|
Entity(String entityReference,
URL entityURL) |
| Modifier and Type | Method and Description |
|---|---|
Entity |
clone() |
boolean |
equals(Object object) |
int |
hashCode() |
com.google.gson.JsonObject |
toJsonObject()
Creates the JsonObject of the Entity
|
@NotNull public final String entityReference
@NotNull public final URL entityURL
@NotNull public com.google.gson.JsonObject toJsonObject()
toJsonObject in interface JsonSerializable@NotNull public Entity clone() throws CloneNotSupportedException
clone in class ObjectCloneNotSupportedExceptionCopyright © 2016. All rights reserved.