@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class CsmCloudAccountsCoverageAnalysisAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_AWS_COVERAGE |
static String |
JSON_PROPERTY_AZURE_COVERAGE |
static String |
JSON_PROPERTY_GCP_COVERAGE |
static String |
JSON_PROPERTY_ORG_ID |
static String |
JSON_PROPERTY_TOTAL_COVERAGE |
boolean |
unparsed |
| Constructor and Description |
|---|
CsmCloudAccountsCoverageAnalysisAttributes() |
public boolean unparsed
public static final String JSON_PROPERTY_AWS_COVERAGE
public static final String JSON_PROPERTY_AZURE_COVERAGE
public static final String JSON_PROPERTY_GCP_COVERAGE
public static final String JSON_PROPERTY_ORG_ID
public static final String JSON_PROPERTY_TOTAL_COVERAGE
public CsmCloudAccountsCoverageAnalysisAttributes()
public CsmCloudAccountsCoverageAnalysisAttributes awsCoverage(CsmCoverageAnalysis awsCoverage)
@Nullable public CsmCoverageAnalysis getAwsCoverage()
public void setAwsCoverage(CsmCoverageAnalysis awsCoverage)
public CsmCloudAccountsCoverageAnalysisAttributes azureCoverage(CsmCoverageAnalysis azureCoverage)
@Nullable public CsmCoverageAnalysis getAzureCoverage()
public void setAzureCoverage(CsmCoverageAnalysis azureCoverage)
public CsmCloudAccountsCoverageAnalysisAttributes gcpCoverage(CsmCoverageAnalysis gcpCoverage)
@Nullable public CsmCoverageAnalysis getGcpCoverage()
public void setGcpCoverage(CsmCoverageAnalysis gcpCoverage)
public CsmCloudAccountsCoverageAnalysisAttributes orgId(Long orgId)
@Nullable public Long getOrgId()
public void setOrgId(Long orgId)
public CsmCloudAccountsCoverageAnalysisAttributes totalCoverage(CsmCoverageAnalysis totalCoverage)
@Nullable public CsmCoverageAnalysis getTotalCoverage()
public void setTotalCoverage(CsmCoverageAnalysis totalCoverage)
public CsmCloudAccountsCoverageAnalysisAttributes 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.