public class Win32LobAppProductCodeRule extends Win32LobAppRule implements IJsonBackedObject
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
productCode
The Product Code.
|
java.lang.String |
productVersion
The Product Version.
|
Win32LobAppRuleOperator |
productVersionOperator
The Product Version Operator.
|
oDataType, ruleType| Constructor and Description |
|---|
Win32LobAppProductCodeRule() |
| 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="productCode",
alternate="ProductCode")
@Expose
public java.lang.String productCode
@SerializedName(value="productVersion",
alternate="ProductVersion")
@Expose
public java.lang.String productVersion
@SerializedName(value="productVersionOperator",
alternate="ProductVersionOperator")
@Expose
public Win32LobAppRuleOperator productVersionOperator
public com.google.gson.JsonObject getRawObject()
getRawObject in class Win32LobAppRuleprotected ISerializer getSerializer()
getSerializer in class Win32LobAppRulepublic void setRawObject(ISerializer serializer, com.google.gson.JsonObject json)
setRawObject in interface IJsonBackedObjectsetRawObject in class Win32LobAppRuleserializer - the serializerjson - the JSON object to set this object to