@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class CsmCoverageAnalysis extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_CONFIGURED_RESOURCES_COUNT |
static String |
JSON_PROPERTY_COVERAGE |
static String |
JSON_PROPERTY_PARTIALLY_CONFIGURED_RESOURCES_COUNT |
static String |
JSON_PROPERTY_TOTAL_RESOURCES_COUNT |
boolean |
unparsed |
| Constructor and Description |
|---|
CsmCoverageAnalysis() |
| Modifier and Type | Method and Description |
|---|---|
CsmCoverageAnalysis |
configuredResourcesCount(Long configuredResourcesCount) |
CsmCoverageAnalysis |
coverage(Double coverage) |
boolean |
equals(Object o)
Return true if this CsmCoverageAnalysis object is equal to o.
|
Map<String,Object> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
|
Long |
getConfiguredResourcesCount()
The number of fully configured resources.
|
Double |
getCoverage()
The coverage percentage.
|
Long |
getPartiallyConfiguredResourcesCount()
The number of partially configured resources.
|
Long |
getTotalResourcesCount()
The total number of resources.
|
int |
hashCode() |
CsmCoverageAnalysis |
partiallyConfiguredResourcesCount(Long partiallyConfiguredResourcesCount) |
CsmCoverageAnalysis |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setConfiguredResourcesCount(Long configuredResourcesCount) |
void |
setCoverage(Double coverage) |
void |
setPartiallyConfiguredResourcesCount(Long partiallyConfiguredResourcesCount) |
void |
setTotalResourcesCount(Long totalResourcesCount) |
String |
toString() |
CsmCoverageAnalysis |
totalResourcesCount(Long totalResourcesCount) |
public boolean unparsed
public static final String JSON_PROPERTY_CONFIGURED_RESOURCES_COUNT
public static final String JSON_PROPERTY_COVERAGE
public static final String JSON_PROPERTY_PARTIALLY_CONFIGURED_RESOURCES_COUNT
public static final String JSON_PROPERTY_TOTAL_RESOURCES_COUNT
public CsmCoverageAnalysis configuredResourcesCount(Long configuredResourcesCount)
@Nullable public Long getConfiguredResourcesCount()
public void setConfiguredResourcesCount(Long configuredResourcesCount)
public CsmCoverageAnalysis coverage(Double coverage)
@Nullable public Double getCoverage()
public void setCoverage(Double coverage)
public CsmCoverageAnalysis partiallyConfiguredResourcesCount(Long partiallyConfiguredResourcesCount)
@Nullable public Long getPartiallyConfiguredResourcesCount()
public void setPartiallyConfiguredResourcesCount(Long partiallyConfiguredResourcesCount)
public CsmCoverageAnalysis totalResourcesCount(Long totalResourcesCount)
@Nullable public Long getTotalResourcesCount()
public void setTotalResourcesCount(Long totalResourcesCount)
public CsmCoverageAnalysis 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 © 2025. All rights reserved.