@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class CustomForecastUpsertRequestData extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_ATTRIBUTES |
static String |
JSON_PROPERTY_ID |
static String |
JSON_PROPERTY_TYPE |
boolean |
unparsed |
| Constructor and Description |
|---|
CustomForecastUpsertRequestData() |
CustomForecastUpsertRequestData(CustomForecastUpsertRequestDataAttributes attributes,
CustomForecastType type) |
| Modifier and Type | Method and Description |
|---|---|
CustomForecastUpsertRequestData |
attributes(CustomForecastUpsertRequestDataAttributes attributes) |
boolean |
equals(Object o)
Return true if this CustomForecastUpsertRequestData 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.
|
CustomForecastUpsertRequestDataAttributes |
getAttributes()
Attributes of a custom forecast upsert request.
|
String |
getId()
Unused on upsert; the resource is keyed by
budget_uid. |
CustomForecastType |
getType()
The type of the custom forecast resource.
|
int |
hashCode() |
CustomForecastUpsertRequestData |
id(String id) |
CustomForecastUpsertRequestData |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setAttributes(CustomForecastUpsertRequestDataAttributes attributes) |
void |
setId(String id) |
void |
setType(CustomForecastType type) |
String |
toString() |
CustomForecastUpsertRequestData |
type(CustomForecastType type) |
public boolean unparsed
public static final String JSON_PROPERTY_ATTRIBUTES
public static final String JSON_PROPERTY_ID
public static final String JSON_PROPERTY_TYPE
public CustomForecastUpsertRequestData()
public CustomForecastUpsertRequestData(CustomForecastUpsertRequestDataAttributes attributes, CustomForecastType type)
public CustomForecastUpsertRequestData attributes(CustomForecastUpsertRequestDataAttributes attributes)
public CustomForecastUpsertRequestDataAttributes getAttributes()
public void setAttributes(CustomForecastUpsertRequestDataAttributes attributes)
public CustomForecastUpsertRequestData id(String id)
@Nullable public String getId()
budget_uid. Send an empty string.public void setId(String id)
public CustomForecastUpsertRequestData type(CustomForecastType type)
public CustomForecastType getType()
custom_forecast.public void setType(CustomForecastType type)
public CustomForecastUpsertRequestData 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.