Class PolicyAdherenceWithRulesetsDTO
java.lang.Object
org.wso2.am.integration.clients.governance.api.dto.PolicyAdherenceWithRulesetsDTO
Adherence status of a policy with ruleset details.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumStatus of the policy's governance compliance. -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetId()UUID of the policy.getName()Name of the policy.List of ruleset validation information.Status of the policy's governance compliance.inthashCode()rulesetValidationResults(List<RulesetValidationResultWithoutRulesDTO> rulesetValidationResults) voidvoidvoidsetRulesetValidationResults(List<RulesetValidationResultWithoutRulesDTO> rulesetValidationResults) voidtoString()
-
Field Details
-
SERIALIZED_NAME_ID
- See Also:
-
SERIALIZED_NAME_NAME
- See Also:
-
SERIALIZED_NAME_STATUS
- See Also:
-
SERIALIZED_NAME_RULESET_VALIDATION_RESULTS
- See Also:
-
-
Constructor Details
-
PolicyAdherenceWithRulesetsDTO
public PolicyAdherenceWithRulesetsDTO()
-
-
Method Details
-
id
-
getId
UUID of the policy.- Returns:
- id
-
setId
-
name
-
getName
Name of the policy.- Returns:
- name
-
setName
-
status
-
getStatus
Status of the policy's governance compliance.- Returns:
- status
-
setStatus
-
rulesetValidationResults
public PolicyAdherenceWithRulesetsDTO rulesetValidationResults(List<RulesetValidationResultWithoutRulesDTO> rulesetValidationResults) -
getRulesetValidationResults
List of ruleset validation information.- Returns:
- rulesetValidationResults
-
setRulesetValidationResults
public void setRulesetValidationResults(List<RulesetValidationResultWithoutRulesDTO> rulesetValidationResults) -
equals
-
hashCode
public int hashCode() -
toString
-