public class Win32LobAppFileSystemRule 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 |
fileOrFolderName
The File Or Folder Name.
|
Win32LobAppFileSystemOperationType |
operationType
The Operation Type.
|
Win32LobAppRuleOperator |
operator
The Operator.
|
java.lang.String |
path
The Path.
|
oDataType, ruleType| Constructor and Description |
|---|
Win32LobAppFileSystemRule() |
| 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="fileOrFolderName",
alternate="FileOrFolderName")
@Expose
public java.lang.String fileOrFolderName
@SerializedName(value="operationType",
alternate="OperationType")
@Expose
public Win32LobAppFileSystemOperationType operationType
@SerializedName(value="operator",
alternate="Operator")
@Expose
public Win32LobAppRuleOperator operator
@SerializedName(value="path",
alternate="Path")
@Expose
public java.lang.String path
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