Class RulesetValidationResultDTO
java.lang.Object
org.wso2.am.integration.clients.governance.api.dto.RulesetValidationResultDTO
Result of the ruleset validation.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumStatus of the ruleset validation. -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanfollowedRules(List<RuleValidationResultDTO> followedRules) List of followed rules.getId()UUID of the ruleset.getName()Name of the ruleset.Status of the ruleset validation.List of violated rules.inthashCode()voidsetFollowedRules(List<RuleValidationResultDTO> followedRules) voidvoidvoidvoidsetViolatedRules(List<RuleValidationResultDTO> violatedRules) toString()violatedRules(List<RuleValidationResultDTO> violatedRules)
-
Field Details
-
SERIALIZED_NAME_ID
- See Also:
-
SERIALIZED_NAME_NAME
- See Also:
-
SERIALIZED_NAME_STATUS
- See Also:
-
SERIALIZED_NAME_VIOLATED_RULES
- See Also:
-
SERIALIZED_NAME_FOLLOWED_RULES
- See Also:
-
-
Constructor Details
-
RulesetValidationResultDTO
public RulesetValidationResultDTO()
-
-
Method Details
-
id
-
getId
UUID of the ruleset.- Returns:
- id
-
setId
-
name
-
getName
Name of the ruleset.- Returns:
- name
-
setName
-
status
-
getStatus
Status of the ruleset validation.- Returns:
- status
-
setStatus
-
violatedRules
-
getViolatedRules
List of violated rules.- Returns:
- violatedRules
-
setViolatedRules
-
followedRules
-
getFollowedRules
List of followed rules.- Returns:
- followedRules
-
setFollowedRules
-
equals
-
hashCode
public int hashCode() -
toString
-