public class AndroidStoreApp extends MobileApp implements IJsonBackedObject
Modifier and Type | Field and Description |
---|---|
java.lang.String |
appStoreUrl
The App Store Url.
|
AndroidMinimumOperatingSystem |
minimumSupportedOperatingSystem
The Minimum Supported Operating System.
|
java.lang.String |
packageId
The Package Id.
|
assignments, categories, createdDateTime, description, developer, displayName, informationUrl, isFeatured, largeIcon, lastModifiedDateTime, notes, owner, privacyInformationUrl, publisher, publishingState
Constructor and Description |
---|
AndroidStoreApp() |
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="packageId") @Expose public java.lang.String packageId
@SerializedName(value="appStoreUrl") @Expose public java.lang.String appStoreUrl
@SerializedName(value="minimumSupportedOperatingSystem") @Expose public AndroidMinimumOperatingSystem minimumSupportedOperatingSystem
public com.google.gson.JsonObject getRawObject()
getRawObject
in class MobileApp
protected ISerializer getSerializer()
getSerializer
in class MobileApp
public void setRawObject(ISerializer serializer, com.google.gson.JsonObject json)
setRawObject
in interface IJsonBackedObject
setRawObject
in class MobileApp
serializer
- the serializerjson
- the JSON object to set this object to