Class PolicyStats
java.lang.Object
com.vmware.vra.jenkinsplugin.model.catalog.PolicyStats
@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen", date="2020-09-09T18:27:41.063635-04:00[America/New_York]") public class PolicyStats extends Object
PolicyStats
-
Constructor Summary
Constructors Constructor Description PolicyStats() -
Method Summary
Modifier and Type Method Description PolicyStatsconflictCount(Long conflictCount)PolicyStatsenforcedCount(Long enforcedCount)booleanequals(Object o)LonggetConflictCount()Get conflictCountLonggetEnforcedCount()Get enforcedCountLonggetNotEnforcedCount()Get notEnforcedCountinthashCode()PolicyStatsnotEnforcedCount(Long notEnforcedCount)voidsetConflictCount(Long conflictCount)voidsetEnforcedCount(Long enforcedCount)voidsetNotEnforcedCount(Long notEnforcedCount)StringtoString()
-
Constructor Details
-
PolicyStats
public PolicyStats()
-
-
Method Details
-
conflictCount
-
getConflictCount
Get conflictCount- Returns:
- conflictCount
-
setConflictCount
-
enforcedCount
-
getEnforcedCount
Get enforcedCount- Returns:
- enforcedCount
-
setEnforcedCount
-
notEnforcedCount
-
getNotEnforcedCount
Get notEnforcedCount- Returns:
- notEnforcedCount
-
setNotEnforcedCount
-
equals
-
hashCode
public int hashCode() -
toString
-