public class Win32LobAppRegistryRule extends Win32LobAppRule implements IJsonBackedObject
| Modifier and Type | Field and Description |
|---|---|
java.lang.Boolean |
check32BitOn64System
The Check32Bit On64System.
|
java.lang.String |
comparisonValue
The Comparison Value.
|
java.lang.String |
keyPath
The Key Path.
|
Win32LobAppRegistryRuleOperationType |
operationType
The Operation Type.
|
Win32LobAppRuleOperator |
operator
The Operator.
|
java.lang.String |
valueName
The Value Name.
|
oDataType, ruleType| Constructor and Description |
|---|
Win32LobAppRegistryRule() |
| 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="check32BitOn64System",
alternate="Check32BitOn64System")
@Expose
public java.lang.Boolean check32BitOn64System
@SerializedName(value="comparisonValue",
alternate="ComparisonValue")
@Expose
public java.lang.String comparisonValue
@SerializedName(value="keyPath",
alternate="KeyPath")
@Expose
public java.lang.String keyPath
@SerializedName(value="operationType",
alternate="OperationType")
@Expose
public Win32LobAppRegistryRuleOperationType operationType
@SerializedName(value="operator",
alternate="Operator")
@Expose
public Win32LobAppRuleOperator operator
@SerializedName(value="valueName",
alternate="ValueName")
@Expose
public java.lang.String valueName
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