@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class BudgetEntry 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 |
|---|
BudgetEntry() |
| Modifier and Type | Method and Description |
|---|---|
BudgetEntry |
addTagFiltersItem(TagFilter tagFiltersItem) |
BudgetEntry |
amount(Double amount) |
boolean |
equals(Object o)
Return true if this BudgetEntry 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.
|
Double |
getAmount()
The
amount of the budget entry. |
Long |
getMonth()
The
month of the budget entry. |
List<TagFilter> |
getTagFilters()
The
tag_filters of the budget entry. |
int |
hashCode() |
BudgetEntry |
month(Long month) |
BudgetEntry |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setAmount(Double amount) |
void |
setMonth(Long month) |
void |
setTagFilters(List<TagFilter> tagFilters) |
BudgetEntry |
tagFilters(List<TagFilter> tagFilters) |
String |
toString() |
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 BudgetEntry amount(Double amount)
@Nullable public Double getAmount()
amount of the budget entry.public void setAmount(Double amount)
public BudgetEntry month(Long month)
@Nullable public Long getMonth()
month of the budget entry.public void setMonth(Long month)
public BudgetEntry tagFilters(List<TagFilter> tagFilters)
public BudgetEntry addTagFiltersItem(TagFilter tagFiltersItem)
@Nullable public List<TagFilter> getTagFilters()
tag_filters of the budget entry.public BudgetEntry 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.