@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class CustomCostsFileMetadataWithContent extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_BILLED_COST |
static String |
JSON_PROPERTY_BILLING_CURRENCY |
static String |
JSON_PROPERTY_CHARGE_PERIOD |
static String |
JSON_PROPERTY_CONTENT |
static String |
JSON_PROPERTY_NAME |
static String |
JSON_PROPERTY_PROVIDER_NAMES |
static String |
JSON_PROPERTY_STATUS |
static String |
JSON_PROPERTY_UPLOADED_AT |
static String |
JSON_PROPERTY_UPLOADED_BY |
boolean |
unparsed |
| Constructor and Description |
|---|
CustomCostsFileMetadataWithContent() |
public boolean unparsed
public static final String JSON_PROPERTY_BILLED_COST
public static final String JSON_PROPERTY_BILLING_CURRENCY
public static final String JSON_PROPERTY_CHARGE_PERIOD
public static final String JSON_PROPERTY_CONTENT
public static final String JSON_PROPERTY_NAME
public static final String JSON_PROPERTY_PROVIDER_NAMES
public static final String JSON_PROPERTY_STATUS
public static final String JSON_PROPERTY_UPLOADED_AT
public static final String JSON_PROPERTY_UPLOADED_BY
public CustomCostsFileMetadataWithContent billedCost(Double billedCost)
@Nullable public Double getBilledCost()
public void setBilledCost(Double billedCost)
public CustomCostsFileMetadataWithContent billingCurrency(String billingCurrency)
@Nullable public String getBillingCurrency()
public void setBillingCurrency(String billingCurrency)
public CustomCostsFileMetadataWithContent chargePeriod(CustomCostsFileUsageChargePeriod chargePeriod)
@Nullable public CustomCostsFileUsageChargePeriod getChargePeriod()
public void setChargePeriod(CustomCostsFileUsageChargePeriod chargePeriod)
public CustomCostsFileMetadataWithContent content(List<CustomCostsFileLineItem> content)
public CustomCostsFileMetadataWithContent addContentItem(CustomCostsFileLineItem contentItem)
@Nullable public List<CustomCostsFileLineItem> getContent()
public void setContent(List<CustomCostsFileLineItem> content)
public CustomCostsFileMetadataWithContent name(String name)
@Nullable public String getName()
public void setName(String name)
public CustomCostsFileMetadataWithContent providerNames(List<String> providerNames)
public CustomCostsFileMetadataWithContent addProviderNamesItem(String providerNamesItem)
@Nullable public List<String> getProviderNames()
public CustomCostsFileMetadataWithContent status(String status)
@Nullable public String getStatus()
public void setStatus(String status)
public CustomCostsFileMetadataWithContent uploadedAt(Double uploadedAt)
@Nullable public Double getUploadedAt()
public void setUploadedAt(Double uploadedAt)
public CustomCostsFileMetadataWithContent uploadedBy(CustomCostsUser uploadedBy)
@Nullable public CustomCostsUser getUploadedBy()
public void setUploadedBy(CustomCostsUser uploadedBy)
public CustomCostsFileMetadataWithContent 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 © 2024. All rights reserved.