Package com.okta.sdk.resource.model
Class SimulateResultRules
java.lang.Object
com.okta.sdk.resource.model.SimulateResultRules
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-01-30T09:30:33.152574-06:00[America/Chicago]")
public class SimulateResultRules
extends Object
implements Serializable
SimulateResultRules
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe result of the entity evaluation -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionconditions(SimulateResultConditions conditions) booleanGet conditionsgetId()The unique ID number of the policy rulegetName()The name of the policy ruleThe result of the entity evaluationinthashCode()voidsetConditions(SimulateResultConditions conditions) voidvoidvoidstatus(SimulateResultRules.StatusEnum status) toString()
-
Field Details
-
JSON_PROPERTY_CONDITIONS
- See Also:
-
JSON_PROPERTY_ID
- See Also:
-
JSON_PROPERTY_NAME
- See Also:
-
JSON_PROPERTY_STATUS
- See Also:
-
-
Constructor Details
-
SimulateResultRules
public SimulateResultRules()
-
-
Method Details
-
conditions
-
getConditions
Get conditions- Returns:
- conditions
-
setConditions
-
id
-
getId
The unique ID number of the policy rule- Returns:
- id
-
setId
-
name
-
getName
The name of the policy rule- Returns:
- name
-
setName
-
status
-
getStatus
The result of the entity evaluation- Returns:
- status
-
setStatus
-
equals
-
hashCode
public int hashCode() -
toString
-