Class RulesetValidationResultWithoutRulesDTO
java.lang.Object
org.wso2.am.integration.clients.governance.api.dto.RulesetValidationResultWithoutRulesDTO
Result of the ruleset validation.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumContext or area to which the ruleset applies.static enumStatus of the ruleset validation. -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
SERIALIZED_NAME_ID
- See Also:
-
SERIALIZED_NAME_NAME
- See Also:
-
SERIALIZED_NAME_RULE_TYPE
- See Also:
-
SERIALIZED_NAME_STATUS
- See Also:
-
-
Constructor Details
-
RulesetValidationResultWithoutRulesDTO
public RulesetValidationResultWithoutRulesDTO()
-
-
Method Details
-
id
-
getId
UUID of the ruleset.- Returns:
- id
-
setId
-
name
-
getName
Name of the ruleset.- Returns:
- name
-
setName
-
ruleType
public RulesetValidationResultWithoutRulesDTO ruleType(RulesetValidationResultWithoutRulesDTO.RuleTypeEnum ruleType) -
getRuleType
Context or area to which the ruleset applies.- Returns:
- ruleType
-
setRuleType
-
status
public RulesetValidationResultWithoutRulesDTO status(RulesetValidationResultWithoutRulesDTO.StatusEnum status) -
getStatus
Status of the ruleset validation.- Returns:
- status
-
setStatus
-
equals
-
hashCode
public int hashCode() -
toString
-