Class RuleValidationResultViolatedPathDTO
java.lang.Object
org.wso2.am.integration.clients.governance.api.dto.RuleValidationResultViolatedPathDTO
Path in the artifact where the rule is violated.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondescription(String description) booleanDescription of the path.getPath()Path in the artifact where the rule is violated.inthashCode()voidsetDescription(String description) voidtoString()
-
Field Details
-
SERIALIZED_NAME_PATH
- See Also:
-
SERIALIZED_NAME_DESCRIPTION
- See Also:
-
-
Constructor Details
-
RuleValidationResultViolatedPathDTO
public RuleValidationResultViolatedPathDTO()
-
-
Method Details
-
path
-
getPath
Path in the artifact where the rule is violated.- Returns:
- path
-
setPath
-
description
-
getDescription
Description of the path.- Returns:
- description
-
setDescription
-
equals
-
hashCode
public int hashCode() -
toString
-