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, size
assignments, 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
|
additionalDataManager
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
additionalDataManager
@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 MobileLobApp
protected ISerializer getSerializer()
getSerializer
in class MobileLobApp
public void setRawObject(ISerializer serializer, com.google.gson.JsonObject json)
setRawObject
in interface IJsonBackedObject
setRawObject
in class MobileLobApp
serializer
- the serializerjson
- the JSON object to set this object to