public class WindowsMobileMSI extends MobileLobApp implements IJsonBackedObject
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
commandLine
The Command Line.
|
java.lang.Boolean |
ignoreVersionDetection
The Ignore Version Detection.
|
java.lang.String |
productCode
The Product Code.
|
java.lang.String |
productVersion
The Product Version.
|
committedContentVersion, contentVersions, fileName, sizeassignments, categories, createdDateTime, description, developer, displayName, informationUrl, isFeatured, largeIcon, lastModifiedDateTime, notes, owner, privacyInformationUrl, publisher, publishingState| Constructor and Description |
|---|
WindowsMobileMSI() |
| 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="commandLine") @Expose public java.lang.String commandLine
@SerializedName(value="productCode") @Expose public java.lang.String productCode
@SerializedName(value="productVersion") @Expose public java.lang.String productVersion
@SerializedName(value="ignoreVersionDetection") @Expose public java.lang.Boolean ignoreVersionDetection
public com.google.gson.JsonObject getRawObject()
getRawObject in class MobileLobAppprotected ISerializer getSerializer()
getSerializer in class MobileLobApppublic void setRawObject(ISerializer serializer, com.google.gson.JsonObject json)
setRawObject in interface IJsonBackedObjectsetRawObject in class MobileLobAppserializer - the serializerjson - the JSON object to set this object to