Class ArtifactComplianceForPolicyDTO
java.lang.Object
org.wso2.am.integration.clients.governance.api.dto.ArtifactComplianceForPolicyDTO
Compliance status of an artifact for a specific policy.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumStatus of the artifact's compliance to the policy. -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetId()UUID of the artifact.getInfo()Get infoStatus of the artifact's compliance to the policy.inthashCode()info(ArtifactInfoDTO info) voidvoidsetInfo(ArtifactInfoDTO info) voidtoString()
-
Field Details
-
SERIALIZED_NAME_ID
- See Also:
-
SERIALIZED_NAME_STATUS
- See Also:
-
SERIALIZED_NAME_INFO
- See Also:
-
-
Constructor Details
-
ArtifactComplianceForPolicyDTO
public ArtifactComplianceForPolicyDTO()
-
-
Method Details
-
id
-
getId
UUID of the artifact.- Returns:
- id
-
setId
-
status
-
getStatus
Status of the artifact's compliance to the policy.- Returns:
- status
-
setStatus
-
info
-
getInfo
Get info- Returns:
- info
-
setInfo
-
equals
-
hashCode
public int hashCode() -
toString
-