Package com.okta.sdk.resource.model
Class SimulatePolicyEvaluations
java.lang.Object
com.okta.sdk.resource.model.SimulatePolicyEvaluations
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-01-30T09:30:33.152574-06:00[America/Chicago]")
public class SimulatePolicyEvaluations
extends Object
implements Serializable
SimulatePolicyEvaluations
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe policy type of the simulate operationstatic enumThe result of this entity evaluation -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanevaluated(SimulatePolicyEvaluationsEvaluated evaluated) Get evaluatedThe policy type of the simulate operationGet resultThe result of this entity evaluationGet undefinedinthashCode()policyType(SimulatePolicyEvaluations.PolicyTypeEnum policyType) result(SimulatePolicyResult result) voidsetEvaluated(SimulatePolicyEvaluationsEvaluated evaluated) voidvoidsetResult(SimulatePolicyResult result) voidvoidsetUndefined(SimulatePolicyEvaluationsUndefined undefined) toString()undefined(SimulatePolicyEvaluationsUndefined undefined)
-
Field Details
-
JSON_PROPERTY_EVALUATED
- See Also:
-
JSON_PROPERTY_POLICY_TYPE
- See Also:
-
JSON_PROPERTY_RESULT
- See Also:
-
JSON_PROPERTY_STATUS
- See Also:
-
JSON_PROPERTY_UNDEFINED
- See Also:
-
-
Constructor Details
-
SimulatePolicyEvaluations
public SimulatePolicyEvaluations()
-
-
Method Details
-
evaluated
-
getEvaluated
Get evaluated- Returns:
- evaluated
-
setEvaluated
-
policyType
-
getPolicyType
The policy type of the simulate operation- Returns:
- policyType
-
setPolicyType
-
result
-
getResult
Get result- Returns:
- result
-
setResult
-
status
-
getStatus
The result of this entity evaluation- Returns:
- status
-
setStatus
-
undefined
-
getUndefined
Get undefined- Returns:
- undefined
-
setUndefined
-
equals
-
hashCode
public int hashCode() -
toString
-