@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class CustomForecastResponseDataAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_BUDGET_UID |
static String |
JSON_PROPERTY_CREATED_AT |
static String |
JSON_PROPERTY_CREATED_BY |
static String |
JSON_PROPERTY_ENTRIES |
static String |
JSON_PROPERTY_UPDATED_AT |
static String |
JSON_PROPERTY_UPDATED_BY |
boolean |
unparsed |
| Constructor and Description |
|---|
CustomForecastResponseDataAttributes() |
CustomForecastResponseDataAttributes(String budgetUid,
Long createdAt,
String createdBy,
List<CustomForecastEntry> entries,
Long updatedAt,
String updatedBy) |
| Modifier and Type | Method and Description |
|---|---|
CustomForecastResponseDataAttributes |
addEntriesItem(CustomForecastEntry entriesItem) |
CustomForecastResponseDataAttributes |
budgetUid(String budgetUid) |
CustomForecastResponseDataAttributes |
createdAt(Long createdAt) |
CustomForecastResponseDataAttributes |
createdBy(String createdBy) |
CustomForecastResponseDataAttributes |
entries(List<CustomForecastEntry> entries) |
boolean |
equals(Object o)
Return true if this CustomForecastResponseDataAttributes 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.
|
Long |
getCreatedAt()
Timestamp the custom forecast was created, in Unix milliseconds.
|
String |
getCreatedBy()
The id of the user that created the custom forecast.
|
List<CustomForecastEntry> |
getEntries()
Monthly custom forecast entries.
|
Long |
getUpdatedAt()
Timestamp the custom forecast was last updated, in Unix milliseconds.
|
String |
getUpdatedBy()
The id of the user that last updated the custom forecast.
|
int |
hashCode() |
CustomForecastResponseDataAttributes |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setBudgetUid(String budgetUid) |
void |
setCreatedAt(Long createdAt) |
void |
setCreatedBy(String createdBy) |
void |
setEntries(List<CustomForecastEntry> entries) |
void |
setUpdatedAt(Long updatedAt) |
void |
setUpdatedBy(String updatedBy) |
String |
toString() |
CustomForecastResponseDataAttributes |
updatedAt(Long updatedAt) |
CustomForecastResponseDataAttributes |
updatedBy(String updatedBy) |
public boolean unparsed
public static final String JSON_PROPERTY_BUDGET_UID
public static final String JSON_PROPERTY_CREATED_AT
public static final String JSON_PROPERTY_CREATED_BY
public static final String JSON_PROPERTY_ENTRIES
public static final String JSON_PROPERTY_UPDATED_AT
public static final String JSON_PROPERTY_UPDATED_BY
public CustomForecastResponseDataAttributes()
public CustomForecastResponseDataAttributes budgetUid(String budgetUid)
public String getBudgetUid()
public void setBudgetUid(String budgetUid)
public CustomForecastResponseDataAttributes createdAt(Long createdAt)
public Long getCreatedAt()
public void setCreatedAt(Long createdAt)
public CustomForecastResponseDataAttributes createdBy(String createdBy)
public String getCreatedBy()
public void setCreatedBy(String createdBy)
public CustomForecastResponseDataAttributes entries(List<CustomForecastEntry> entries)
public CustomForecastResponseDataAttributes addEntriesItem(CustomForecastEntry entriesItem)
public List<CustomForecastEntry> getEntries()
public void setEntries(List<CustomForecastEntry> entries)
public CustomForecastResponseDataAttributes updatedAt(Long updatedAt)
public Long getUpdatedAt()
public void setUpdatedAt(Long updatedAt)
public CustomForecastResponseDataAttributes updatedBy(String updatedBy)
public String getUpdatedBy()
public void setUpdatedBy(String updatedBy)
public CustomForecastResponseDataAttributes 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.