@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class CoverageSummaryServiceStats extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_EVALUATED_FLAGS_COUNT |
static String |
JSON_PROPERTY_EVALUATED_REPORTS_COUNT |
static String |
JSON_PROPERTY_PATCH_COVERAGE |
static String |
JSON_PROPERTY_TOTAL_COVERAGE |
boolean |
unparsed |
| Constructor and Description |
|---|
CoverageSummaryServiceStats() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Return true if this CoverageSummaryServiceStats object is equal to o.
|
CoverageSummaryServiceStats |
evaluatedFlagsCount(Long evaluatedFlagsCount) |
CoverageSummaryServiceStats |
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.
|
Long |
getEvaluatedFlagsCount()
Number of coverage flags evaluated for the service.
|
Long |
getEvaluatedReportsCount()
Number of coverage reports evaluated for the service.
|
org.openapitools.jackson.nullable.JsonNullable<Double> |
getPatchCoverage_JsonNullable() |
Double |
getPatchCoverage()
Patch coverage percentage for the service.
|
org.openapitools.jackson.nullable.JsonNullable<Double> |
getTotalCoverage_JsonNullable() |
Double |
getTotalCoverage()
Total coverage percentage for the service.
|
int |
hashCode() |
CoverageSummaryServiceStats |
patchCoverage(Double patchCoverage) |
CoverageSummaryServiceStats |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setEvaluatedFlagsCount(Long evaluatedFlagsCount) |
void |
setEvaluatedReportsCount(Long evaluatedReportsCount) |
void |
setPatchCoverage_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Double> patchCoverage) |
void |
setPatchCoverage(Double patchCoverage) |
void |
setTotalCoverage_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Double> totalCoverage) |
void |
setTotalCoverage(Double totalCoverage) |
String |
toString() |
CoverageSummaryServiceStats |
totalCoverage(Double totalCoverage) |
public boolean unparsed
public static final String JSON_PROPERTY_EVALUATED_FLAGS_COUNT
public static final String JSON_PROPERTY_EVALUATED_REPORTS_COUNT
public static final String JSON_PROPERTY_PATCH_COVERAGE
public static final String JSON_PROPERTY_TOTAL_COVERAGE
public CoverageSummaryServiceStats evaluatedFlagsCount(Long evaluatedFlagsCount)
@Nullable public Long getEvaluatedFlagsCount()
public void setEvaluatedFlagsCount(Long evaluatedFlagsCount)
public CoverageSummaryServiceStats evaluatedReportsCount(Long evaluatedReportsCount)
@Nullable public Long getEvaluatedReportsCount()
public void setEvaluatedReportsCount(Long evaluatedReportsCount)
public CoverageSummaryServiceStats patchCoverage(Double patchCoverage)
@Nullable public Double getPatchCoverage()
public org.openapitools.jackson.nullable.JsonNullable<Double> getPatchCoverage_JsonNullable()
public void setPatchCoverage_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Double> patchCoverage)
public void setPatchCoverage(Double patchCoverage)
public CoverageSummaryServiceStats totalCoverage(Double totalCoverage)
@Nullable public Double getTotalCoverage()
public org.openapitools.jackson.nullable.JsonNullable<Double> getTotalCoverage_JsonNullable()
public void setTotalCoverage_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Double> totalCoverage)
public void setTotalCoverage(Double totalCoverage)
public CoverageSummaryServiceStats putAdditionalProperty(String key, Object value)
key - The arbitrary key to setvalue - The associated valuepublic Map<String,Object> getAdditionalProperties()
public Object getAdditionalProperty(String key)
key - The arbitrary key to getpublic boolean equals(Object o)
Copyright © 2026. All rights reserved.