@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class BudgetWithEntriesDataAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_CREATED_AT |
static String |
JSON_PROPERTY_CREATED_BY |
static String |
JSON_PROPERTY_END_MONTH |
static String |
JSON_PROPERTY_ENTRIES |
static String |
JSON_PROPERTY_METRICS_QUERY |
static String |
JSON_PROPERTY_NAME |
static String |
JSON_PROPERTY_ORG_ID |
static String |
JSON_PROPERTY_START_MONTH |
static String |
JSON_PROPERTY_TOTAL_AMOUNT |
static String |
JSON_PROPERTY_UPDATED_AT |
static String |
JSON_PROPERTY_UPDATED_BY |
boolean |
unparsed |
| Constructor and Description |
|---|
BudgetWithEntriesDataAttributes() |
public boolean unparsed
public static final String JSON_PROPERTY_CREATED_AT
public static final String JSON_PROPERTY_CREATED_BY
public static final String JSON_PROPERTY_END_MONTH
public static final String JSON_PROPERTY_ENTRIES
public static final String JSON_PROPERTY_METRICS_QUERY
public static final String JSON_PROPERTY_NAME
public static final String JSON_PROPERTY_ORG_ID
public static final String JSON_PROPERTY_START_MONTH
public static final String JSON_PROPERTY_TOTAL_AMOUNT
public static final String JSON_PROPERTY_UPDATED_AT
public static final String JSON_PROPERTY_UPDATED_BY
public BudgetWithEntriesDataAttributes createdAt(Long createdAt)
@Nullable public Long getCreatedAt()
public void setCreatedAt(Long createdAt)
public BudgetWithEntriesDataAttributes createdBy(String createdBy)
@Nullable public String getCreatedBy()
public void setCreatedBy(String createdBy)
public BudgetWithEntriesDataAttributes endMonth(Long endMonth)
@Nullable public Long getEndMonth()
public void setEndMonth(Long endMonth)
public BudgetWithEntriesDataAttributes entries(List<BudgetWithEntriesDataAttributesEntriesItems> entries)
public BudgetWithEntriesDataAttributes addEntriesItem(BudgetWithEntriesDataAttributesEntriesItems entriesItem)
@Nullable public List<BudgetWithEntriesDataAttributesEntriesItems> getEntries()
public void setEntries(List<BudgetWithEntriesDataAttributesEntriesItems> entries)
public BudgetWithEntriesDataAttributes metricsQuery(String metricsQuery)
@Nullable public String getMetricsQuery()
public void setMetricsQuery(String metricsQuery)
public BudgetWithEntriesDataAttributes name(String name)
@Nullable public String getName()
public void setName(String name)
public BudgetWithEntriesDataAttributes orgId(Long orgId)
@Nullable public Long getOrgId()
public void setOrgId(Long orgId)
public BudgetWithEntriesDataAttributes startMonth(Long startMonth)
@Nullable public Long getStartMonth()
public void setStartMonth(Long startMonth)
public BudgetWithEntriesDataAttributes totalAmount(Double totalAmount)
@Nullable public Double getTotalAmount()
public void setTotalAmount(Double totalAmount)
public BudgetWithEntriesDataAttributes updatedAt(Long updatedAt)
@Nullable public Long getUpdatedAt()
public void setUpdatedAt(Long updatedAt)
public BudgetWithEntriesDataAttributes updatedBy(String updatedBy)
@Nullable public String getUpdatedBy()
public void setUpdatedBy(String updatedBy)
public BudgetWithEntriesDataAttributes 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.