public class MobileAppContentFile extends Entity implements IJsonBackedObject
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
azureStorageUri
The Azure Storage Uri.
|
java.util.Calendar |
azureStorageUriExpirationDateTime
The Azure Storage Uri Expiration Date Time.
|
java.util.Calendar |
createdDateTime
The Created Date Time.
|
java.lang.Boolean |
isCommitted
The Is Committed.
|
byte[] |
manifest
The Manifest.
|
java.lang.String |
name
The Name.
|
java.lang.Long |
size
The Size.
|
java.lang.Long |
sizeEncrypted
The Size Encrypted.
|
MobileAppContentFileUploadState |
uploadState
The Upload State.
|
| Constructor and Description |
|---|
MobileAppContentFile() |
| 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="azureStorageUri",
alternate="AzureStorageUri")
@Expose
public java.lang.String azureStorageUri
@SerializedName(value="azureStorageUriExpirationDateTime",
alternate="AzureStorageUriExpirationDateTime")
@Expose
public java.util.Calendar azureStorageUriExpirationDateTime
@SerializedName(value="createdDateTime",
alternate="CreatedDateTime")
@Expose
public java.util.Calendar createdDateTime
@SerializedName(value="isCommitted",
alternate="IsCommitted")
@Expose
public java.lang.Boolean isCommitted
@SerializedName(value="manifest",
alternate="Manifest")
@Expose
public byte[] manifest
@SerializedName(value="name",
alternate="Name")
@Expose
public java.lang.String name
@SerializedName(value="size",
alternate="Size")
@Expose
public java.lang.Long size
@SerializedName(value="sizeEncrypted",
alternate="SizeEncrypted")
@Expose
public java.lang.Long sizeEncrypted
@SerializedName(value="uploadState",
alternate="UploadState")
@Expose
public MobileAppContentFileUploadState uploadState
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