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 PolicyStats
conflictCount(Long conflictCount)
PolicyStats
enforcedCount(Long enforcedCount)
boolean
equals(Object o)
Long
getConflictCount()
Get conflictCountLong
getEnforcedCount()
Get enforcedCountLong
getNotEnforcedCount()
Get notEnforcedCountint
hashCode()
PolicyStats
notEnforcedCount(Long notEnforcedCount)
void
setConflictCount(Long conflictCount)
void
setEnforcedCount(Long enforcedCount)
void
setNotEnforcedCount(Long notEnforcedCount)
String
toString()
-
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
-