Class RuleValidationResultViolatedPathDTO
- java.lang.Object
-
- org.wso2.am.integration.clients.governance.api.dto.RuleValidationResultViolatedPathDTO
-
public class RuleValidationResultViolatedPathDTO extends Object
Path in the artifact where the rule is violated.
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_DESCRIPTIONstatic StringSERIALIZED_NAME_PATH
-
Constructor Summary
Constructors Constructor Description RuleValidationResultViolatedPathDTO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RuleValidationResultViolatedPathDTOdescription(String description)booleanequals(Object o)StringgetDescription()Description of the path.StringgetPath()Path in the artifact where the rule is violated.inthashCode()RuleValidationResultViolatedPathDTOpath(String path)voidsetDescription(String description)voidsetPath(String path)StringtoString()
-
-
-
Field Detail
-
SERIALIZED_NAME_PATH
public static final String SERIALIZED_NAME_PATH
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_DESCRIPTION
public static final String SERIALIZED_NAME_DESCRIPTION
- See Also:
- Constant Field Values
-
-
Method Detail
-
path
public RuleValidationResultViolatedPathDTO path(String path)
-
getPath
@Nullable public String getPath()
Path in the artifact where the rule is violated.- Returns:
- path
-
setPath
public void setPath(String path)
-
description
public RuleValidationResultViolatedPathDTO description(String description)
-
getDescription
@Nullable public String getDescription()
Description of the path.- Returns:
- description
-
setDescription
public void setDescription(String description)
-
-