Package com.mypurecloud.sdk.v2.model
Class PolicyTestResult
java.lang.Object
com.mypurecloud.sdk.v2.model.PolicyTestResult
- All Implemented Interfaces:
Serializable
PolicyTestResult
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetId()getName()inthashCode()The ID of the policy being tested.The name of the policy being tested.policyConditionResults(List<PolicyConditionResult> policyConditionResults) The results of conditions, with their boolean result.The result of the evaluation against supplied test data.voidvoidvoidsetPolicyConditionResults(List<PolicyConditionResult> policyConditionResults) voidtoString()
-
Constructor Details
-
PolicyTestResult
public PolicyTestResult() -
PolicyTestResult
-
-
Method Details
-
id
The ID of the policy being tested. -
getId
-
setId
-
name
The name of the policy being tested. -
getName
-
setName
-
result
The result of the evaluation against supplied test data. -
getResult
-
setResult
-
policyConditionResults
The results of conditions, with their boolean result. -
getPolicyConditionResults
-
setPolicyConditionResults
-
equals
-
hashCode
public int hashCode() -
toString
-