@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class CustomForecastUpsertRequestDataAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_BUDGET_UID |
static String |
JSON_PROPERTY_ENTRIES |
boolean |
unparsed |
| Constructor and Description |
|---|
CustomForecastUpsertRequestDataAttributes() |
CustomForecastUpsertRequestDataAttributes(String budgetUid,
List<CustomForecastEntry> entries) |
| Modifier and Type | Method and Description |
|---|---|
CustomForecastUpsertRequestDataAttributes |
addEntriesItem(CustomForecastEntry entriesItem) |
CustomForecastUpsertRequestDataAttributes |
budgetUid(String budgetUid) |
CustomForecastUpsertRequestDataAttributes |
entries(List<CustomForecastEntry> entries) |
boolean |
equals(Object o)
Return true if this CustomForecastUpsertRequestDataAttributes 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.
|
String |
getBudgetUid()
The UUID of the budget that this custom forecast belongs to.
|
List<CustomForecastEntry> |
getEntries()
Monthly custom forecast entries.
|
int |
hashCode() |
CustomForecastUpsertRequestDataAttributes |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setBudgetUid(String budgetUid) |
void |
setEntries(List<CustomForecastEntry> entries) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_BUDGET_UID
public static final String JSON_PROPERTY_ENTRIES
public CustomForecastUpsertRequestDataAttributes()
public CustomForecastUpsertRequestDataAttributes(String budgetUid, List<CustomForecastEntry> entries)
public CustomForecastUpsertRequestDataAttributes budgetUid(String budgetUid)
public String getBudgetUid()
public void setBudgetUid(String budgetUid)
public CustomForecastUpsertRequestDataAttributes entries(List<CustomForecastEntry> entries)
public CustomForecastUpsertRequestDataAttributes addEntriesItem(CustomForecastEntry entriesItem)
public List<CustomForecastEntry> getEntries()
public void setEntries(List<CustomForecastEntry> entries)
public CustomForecastUpsertRequestDataAttributes 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.