public class DataPolicyOperation extends Entity implements IJsonBackedObject
| Modifier and Type | Field and Description |
|---|---|
java.util.Calendar |
completedDateTime
The Completed Date Time.
|
java.lang.Double |
progress
The Progress.
|
DataPolicyOperationStatus |
status
The Status.
|
java.lang.String |
storageLocation
The Storage Location.
|
java.util.Calendar |
submittedDateTime
The Submitted Date Time.
|
java.lang.String |
userId
The User Id.
|
| Constructor and Description |
|---|
DataPolicyOperation() |
| 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="completedDateTime",
alternate="CompletedDateTime")
@Expose
public java.util.Calendar completedDateTime
@SerializedName(value="progress",
alternate="Progress")
@Expose
public java.lang.Double progress
@SerializedName(value="status",
alternate="Status")
@Expose
public DataPolicyOperationStatus status
@SerializedName(value="storageLocation",
alternate="StorageLocation")
@Expose
public java.lang.String storageLocation
@SerializedName(value="submittedDateTime",
alternate="SubmittedDateTime")
@Expose
public java.util.Calendar submittedDateTime
@SerializedName(value="userId",
alternate="UserId")
@Expose
public java.lang.String userId
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