All Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
CoverageSummaryAttributes |
codeowners(Map<String,CoverageSummaryCodeownerStats> codeowners) |
boolean |
equals(Object o)
Return true if this CoverageSummaryAttributes object is equal to o.
|
CoverageSummaryAttributes |
evaluatedFlagsCount(Long evaluatedFlagsCount) |
CoverageSummaryAttributes |
evaluatedReportsCount(Long evaluatedReportsCount) |
Map<String,Object> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
|
org.openapitools.jackson.nullable.JsonNullable<Map<String,CoverageSummaryCodeownerStats>> |
getCodeowners_JsonNullable() |
Map<String,CoverageSummaryCodeownerStats> |
getCodeowners()
Coverage statistics broken down by code owner.
|
Long |
getEvaluatedFlagsCount()
Total number of coverage flags evaluated.
|
Long |
getEvaluatedReportsCount()
Total number of coverage reports evaluated.
|
org.openapitools.jackson.nullable.JsonNullable<Double> |
getPatchCoverage_JsonNullable() |
Double |
getPatchCoverage()
Overall patch coverage percentage.
|
org.openapitools.jackson.nullable.JsonNullable<Map<String,CoverageSummaryServiceStats>> |
getServices_JsonNullable() |
Map<String,CoverageSummaryServiceStats> |
getServices()
Coverage statistics broken down by service.
|
org.openapitools.jackson.nullable.JsonNullable<Double> |
getTotalCoverage_JsonNullable() |
Double |
getTotalCoverage()
Overall total coverage percentage.
|
int |
hashCode() |
CoverageSummaryAttributes |
patchCoverage(Double patchCoverage) |
CoverageSummaryAttributes |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
CoverageSummaryAttributes |
putCodeownersItem(String key,
CoverageSummaryCodeownerStats codeownersItem) |
CoverageSummaryAttributes |
putServicesItem(String key,
CoverageSummaryServiceStats servicesItem) |
CoverageSummaryAttributes |
services(Map<String,CoverageSummaryServiceStats> services) |
void |
setCodeowners_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Map<String,CoverageSummaryCodeownerStats>> codeowners) |
void |
setCodeowners(Map<String,CoverageSummaryCodeownerStats> codeowners) |
void |
setEvaluatedFlagsCount(Long evaluatedFlagsCount) |
void |
setEvaluatedReportsCount(Long evaluatedReportsCount) |
void |
setPatchCoverage_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Double> patchCoverage) |
void |
setPatchCoverage(Double patchCoverage) |
void |
setServices_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Map<String,CoverageSummaryServiceStats>> services) |
void |
setServices(Map<String,CoverageSummaryServiceStats> services) |
void |
setTotalCoverage_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Double> totalCoverage) |
void |
setTotalCoverage(Double totalCoverage) |
String |
toString() |
CoverageSummaryAttributes |
totalCoverage(Double totalCoverage) |