@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class BudgetWithEntriesDataAttributesEntriesItems extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_AMOUNT |
static String |
JSON_PROPERTY_MONTH |
static String |
JSON_PROPERTY_TAG_FILTERS |
boolean |
unparsed |
| Constructor and Description |
|---|
BudgetWithEntriesDataAttributesEntriesItems() |
public boolean unparsed
public static final String JSON_PROPERTY_AMOUNT
public static final String JSON_PROPERTY_MONTH
public static final String JSON_PROPERTY_TAG_FILTERS
public BudgetWithEntriesDataAttributesEntriesItems()
public BudgetWithEntriesDataAttributesEntriesItems amount(Double amount)
@Nullable public Double getAmount()
public void setAmount(Double amount)
public BudgetWithEntriesDataAttributesEntriesItems month(Long month)
@Nullable public Long getMonth()
public void setMonth(Long month)
public BudgetWithEntriesDataAttributesEntriesItems tagFilters(List<BudgetWithEntriesDataAttributesEntriesItemsTagFiltersItems> tagFilters)
public BudgetWithEntriesDataAttributesEntriesItems addTagFiltersItem(BudgetWithEntriesDataAttributesEntriesItemsTagFiltersItems tagFiltersItem)
@Nullable public List<BudgetWithEntriesDataAttributesEntriesItemsTagFiltersItems> getTagFilters()
public void setTagFilters(List<BudgetWithEntriesDataAttributesEntriesItemsTagFiltersItems> tagFilters)
public BudgetWithEntriesDataAttributesEntriesItems 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.