public interface IEntity extends IBaseEntity
| Modifier and Type | Method and Description |
|---|---|
Integer |
getCanonMajorVersion() |
Integer |
getCanonMinorVersion() |
String |
getCanonType()
Return the type identifier (_type JSON attribute) for this entity.
|
com.google.common.collect.ImmutableSet<String> |
getCanonUnknownKeys()
The set of keys present in the JSON from which this object was deserialized which are not defined by
the schema.
|
org.symphonyoss.s2.common.dom.json.ImmutableJsonObject |
getJsonObject()
Return the JSON object from which this entity was created.
|
getJsonDomNode, serialize@Nonnull org.symphonyoss.s2.common.dom.json.ImmutableJsonObject getJsonObject()
@Nonnull String getCanonType()
@Nullable Integer getCanonMajorVersion()
@Nullable Integer getCanonMinorVersion()
com.google.common.collect.ImmutableSet<String> getCanonUnknownKeys()
Copyright © 2018 Symphony Software Foundation. All rights reserved.