Class ArtifactComplianceSummaryDTO
java.lang.Object
org.wso2.am.integration.clients.governance.api.dto.ArtifactComplianceSummaryDTO
Summary of compliance of certain artifact in the organization.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanNumber of compliant artifacts.Number of non-compliant artifacts.Number of artifacts not applicable for compliance yet.Number of artifacts pending for compliance.getTotal()Total number of artifacts.inthashCode()nonCompliant(Integer nonCompliant) notApplicable(Integer notApplicable) voidsetCompliant(Integer compliant) voidsetNonCompliant(Integer nonCompliant) voidsetNotApplicable(Integer notApplicable) voidsetPending(Integer pending) voidtoString()
-
Field Details
-
SERIALIZED_NAME_TOTAL
- See Also:
-
SERIALIZED_NAME_COMPLIANT
- See Also:
-
SERIALIZED_NAME_NON_COMPLIANT
- See Also:
-
SERIALIZED_NAME_PENDING
- See Also:
-
SERIALIZED_NAME_NOT_APPLICABLE
- See Also:
-
-
Constructor Details
-
ArtifactComplianceSummaryDTO
public ArtifactComplianceSummaryDTO()
-
-
Method Details
-
total
-
getTotal
Total number of artifacts.- Returns:
- total
-
setTotal
-
compliant
-
getCompliant
Number of compliant artifacts.- Returns:
- compliant
-
setCompliant
-
nonCompliant
-
getNonCompliant
Number of non-compliant artifacts.- Returns:
- nonCompliant
-
setNonCompliant
-
pending
-
getPending
Number of artifacts pending for compliance.- Returns:
- pending
-
setPending
-
notApplicable
-
getNotApplicable
Number of artifacts not applicable for compliance yet.- Returns:
- notApplicable
-
setNotApplicable
-
equals
-
hashCode
public int hashCode() -
toString
-