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
|
additionalDataManager
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
additionalDataManager
@SerializedName(value="visualElements") @Expose public VisualInfo visualElements
@SerializedName(value="activitySourceHost") @Expose public java.lang.String activitySourceHost
@SerializedName(value="activationUrl") @Expose public java.lang.String activationUrl
@SerializedName(value="appActivityId") @Expose public java.lang.String appActivityId
@SerializedName(value="appDisplayName") @Expose public java.lang.String appDisplayName
@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="userTimezone") @Expose public java.lang.String userTimezone
@SerializedName(value="contentInfo") @Expose public com.google.gson.JsonElement contentInfo
@SerializedName(value="status") @Expose public Status status
public ActivityHistoryItemCollectionPage historyItems
public com.google.gson.JsonObject getRawObject()
getRawObject
in class Entity
protected ISerializer getSerializer()
getSerializer
in class Entity
public void setRawObject(ISerializer serializer, com.google.gson.JsonObject json)
setRawObject
in interface IJsonBackedObject
setRawObject
in class Entity
serializer
- the serializerjson
- the JSON object to set this object to