@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class ProjectedCostAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_ACCOUNT_NAME |
static String |
JSON_PROPERTY_ACCOUNT_PUBLIC_ID |
static String |
JSON_PROPERTY_CHARGES |
static String |
JSON_PROPERTY_DATE |
static String |
JSON_PROPERTY_ORG_NAME |
static String |
JSON_PROPERTY_PROJECTED_TOTAL_COST |
static String |
JSON_PROPERTY_PUBLIC_ID |
static String |
JSON_PROPERTY_REGION |
boolean |
unparsed |
| Constructor and Description |
|---|
ProjectedCostAttributes() |
| Modifier and Type | Method and Description |
|---|---|
ProjectedCostAttributes |
accountName(String accountName) |
ProjectedCostAttributes |
accountPublicId(String accountPublicId) |
ProjectedCostAttributes |
addChargesItem(ChargebackBreakdown chargesItem) |
ProjectedCostAttributes |
charges(List<ChargebackBreakdown> charges) |
ProjectedCostAttributes |
date(OffsetDateTime date) |
boolean |
equals(Object o)
Return true if this ProjectedCostAttributes object is equal to o.
|
String |
getAccountName()
The account name.
|
String |
getAccountPublicId()
The account public ID.
|
Map<String,Object> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
|
List<ChargebackBreakdown> |
getCharges()
List of charges data reported for the requested month.
|
OffsetDateTime |
getDate()
The month requested.
|
String |
getOrgName()
The organization name.
|
Double |
getProjectedTotalCost()
The total projected cost of products for the month.
|
String |
getPublicId()
The organization public ID.
|
String |
getRegion()
The region of the Datadog instance that the organization belongs to.
|
int |
hashCode() |
ProjectedCostAttributes |
orgName(String orgName) |
ProjectedCostAttributes |
projectedTotalCost(Double projectedTotalCost) |
ProjectedCostAttributes |
publicId(String publicId) |
ProjectedCostAttributes |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
ProjectedCostAttributes |
region(String region) |
void |
setAccountName(String accountName) |
void |
setAccountPublicId(String accountPublicId) |
void |
setCharges(List<ChargebackBreakdown> charges) |
void |
setDate(OffsetDateTime date) |
void |
setOrgName(String orgName) |
void |
setProjectedTotalCost(Double projectedTotalCost) |
void |
setPublicId(String publicId) |
void |
setRegion(String region) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_ACCOUNT_NAME
public static final String JSON_PROPERTY_ACCOUNT_PUBLIC_ID
public static final String JSON_PROPERTY_CHARGES
public static final String JSON_PROPERTY_DATE
public static final String JSON_PROPERTY_ORG_NAME
public static final String JSON_PROPERTY_PROJECTED_TOTAL_COST
public static final String JSON_PROPERTY_PUBLIC_ID
public static final String JSON_PROPERTY_REGION
public ProjectedCostAttributes accountName(String accountName)
@Nullable public String getAccountName()
public void setAccountName(String accountName)
public ProjectedCostAttributes accountPublicId(String accountPublicId)
@Nullable public String getAccountPublicId()
public void setAccountPublicId(String accountPublicId)
public ProjectedCostAttributes charges(List<ChargebackBreakdown> charges)
public ProjectedCostAttributes addChargesItem(ChargebackBreakdown chargesItem)
@Nullable public List<ChargebackBreakdown> getCharges()
public void setCharges(List<ChargebackBreakdown> charges)
public ProjectedCostAttributes date(OffsetDateTime date)
@Nullable public OffsetDateTime getDate()
public void setDate(OffsetDateTime date)
public ProjectedCostAttributes orgName(String orgName)
@Nullable public String getOrgName()
public void setOrgName(String orgName)
public ProjectedCostAttributes projectedTotalCost(Double projectedTotalCost)
@Nullable public Double getProjectedTotalCost()
public void setProjectedTotalCost(Double projectedTotalCost)
public ProjectedCostAttributes publicId(String publicId)
@Nullable public String getPublicId()
public void setPublicId(String publicId)
public ProjectedCostAttributes region(String region)
@Nullable public String getRegion()
public void setRegion(String region)
public ProjectedCostAttributes 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 © 2024. All rights reserved.