public class Win32LobAppPowerShellScriptRule extends Win32LobAppRule implements IJsonBackedObject
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
comparisonValue
The Comparison Value.
|
java.lang.String |
displayName
The Display Name.
|
java.lang.Boolean |
enforceSignatureCheck
The Enforce Signature Check.
|
Win32LobAppPowerShellScriptRuleOperationType |
operationType
The Operation Type.
|
Win32LobAppRuleOperator |
operator
The Operator.
|
java.lang.Boolean |
runAs32Bit
The Run As32Bit.
|
RunAsAccountType |
runAsAccount
The Run As Account.
|
java.lang.String |
scriptContent
The Script Content.
|
oDataType, ruleType| Constructor and Description |
|---|
Win32LobAppPowerShellScriptRule() |
| 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="comparisonValue",
alternate="ComparisonValue")
@Expose
public java.lang.String comparisonValue
@SerializedName(value="displayName",
alternate="DisplayName")
@Expose
public java.lang.String displayName
@SerializedName(value="enforceSignatureCheck",
alternate="EnforceSignatureCheck")
@Expose
public java.lang.Boolean enforceSignatureCheck
@SerializedName(value="operationType",
alternate="OperationType")
@Expose
public Win32LobAppPowerShellScriptRuleOperationType operationType
@SerializedName(value="operator",
alternate="Operator")
@Expose
public Win32LobAppRuleOperator operator
@SerializedName(value="runAs32Bit",
alternate="RunAs32Bit")
@Expose
public java.lang.Boolean runAs32Bit
@SerializedName(value="runAsAccount",
alternate="RunAsAccount")
@Expose
public RunAsAccountType runAsAccount
@SerializedName(value="scriptContent",
alternate="ScriptContent")
@Expose
public java.lang.String scriptContent
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