public class Session extends Entity implements IJsonBackedObject
| Modifier and Type | Field and Description |
|---|---|
Endpoint |
callee
The Callee.
|
Endpoint |
caller
The Caller.
|
java.util.Calendar |
endDateTime
The End Date Time.
|
FailureInfo |
failureInfo
The Failure Info.
|
java.util.List<Modality> |
modalities
The Modalities.
|
SegmentCollectionPage |
segments
The Segments.
|
java.util.Calendar |
startDateTime
The Start Date Time.
|
| Constructor and Description |
|---|
Session() |
| Modifier and Type | Method and Description |
|---|---|
com.google.gson.JsonObject |
getRawObject()
Gets the raw representation of this class
|
protected ISerializer |
getSerializer()
Gets serializer
|
void |
setRawObject(ISerializer serializer,
com.google.gson.JsonObject json)
Sets the raw JSON object
|
additionalDataManagerclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitadditionalDataManager@SerializedName(value="callee",
alternate="Callee")
@Expose
public Endpoint callee
@SerializedName(value="caller",
alternate="Caller")
@Expose
public Endpoint caller
@SerializedName(value="endDateTime",
alternate="EndDateTime")
@Expose
public java.util.Calendar endDateTime
@SerializedName(value="failureInfo",
alternate="FailureInfo")
@Expose
public FailureInfo failureInfo
@SerializedName(value="modalities",
alternate="Modalities")
@Expose
public java.util.List<Modality> modalities
@SerializedName(value="startDateTime",
alternate="StartDateTime")
@Expose
public java.util.Calendar startDateTime
@SerializedName(value="segments",
alternate="Segments")
@Expose
public SegmentCollectionPage segments
public com.google.gson.JsonObject getRawObject()
getRawObject in class Entityprotected ISerializer getSerializer()
getSerializer in class Entitypublic void setRawObject(ISerializer serializer, com.google.gson.JsonObject json)
setRawObject in interface IJsonBackedObjectsetRawObject in class Entityserializer - the serializerjson - the JSON object to set this object to