public class UserActivity extends Entity implements IJsonBackedObject
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
activationUrl
The Activation Url.
|
java.lang.String |
activitySourceHost
The Activity Source Host.
|
java.lang.String |
appActivityId
The App Activity Id.
|
java.lang.String |
appDisplayName
The App Display Name.
|
com.google.gson.JsonElement |
contentInfo
The Content Info.
|
java.lang.String |
contentUrl
The Content Url.
|
java.util.Calendar |
createdDateTime
The Created Date Time.
|
java.util.Calendar |
expirationDateTime
The Expiration Date Time.
|
java.lang.String |
fallbackUrl
The Fallback Url.
|
ActivityHistoryItemCollectionPage |
historyItems
The History Items.
|
java.util.Calendar |
lastModifiedDateTime
The Last Modified Date Time.
|
Status |
status
The Status.
|
java.lang.String |
userTimezone
The User Timezone.
|
VisualInfo |
visualElements
The Visual Elements.
|
| Constructor and Description |
|---|
UserActivity() |
| 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="activationUrl") @Expose public java.lang.String activationUrl
@SerializedName(value="activitySourceHost") @Expose public java.lang.String activitySourceHost
@SerializedName(value="appActivityId") @Expose public java.lang.String appActivityId
@SerializedName(value="appDisplayName") @Expose public java.lang.String appDisplayName
@SerializedName(value="contentInfo") @Expose public com.google.gson.JsonElement contentInfo
@SerializedName(value="contentUrl") @Expose public java.lang.String contentUrl
@SerializedName(value="createdDateTime") @Expose public java.util.Calendar createdDateTime
@SerializedName(value="expirationDateTime") @Expose public java.util.Calendar expirationDateTime
@SerializedName(value="fallbackUrl") @Expose public java.lang.String fallbackUrl
@SerializedName(value="lastModifiedDateTime") @Expose public java.util.Calendar lastModifiedDateTime
@SerializedName(value="status") @Expose public Status status
@SerializedName(value="userTimezone") @Expose public java.lang.String userTimezone
@SerializedName(value="visualElements") @Expose public VisualInfo visualElements
@SerializedName(value="historyItems") @Expose public ActivityHistoryItemCollectionPage historyItems
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