@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class CostByOrgResponse extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_DATA |
boolean |
unparsed |
| Constructor and Description |
|---|
CostByOrgResponse() |
| Modifier and Type | Method and Description |
|---|---|
CostByOrgResponse |
addDataItem(CostByOrg dataItem) |
CostByOrgResponse |
data(List<CostByOrg> data) |
boolean |
equals(Object o)
Return true if this CostByOrgResponse object is equal to o.
|
List<CostByOrg> |
getData()
Response containing Chargeback Summary.
|
int |
hashCode() |
void |
setData(List<CostByOrg> data) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_DATA
public CostByOrgResponse data(List<CostByOrg> data)
public CostByOrgResponse addDataItem(CostByOrg dataItem)
@Nullable public List<CostByOrg> getData()
public boolean equals(Object o)
Copyright © 2023. All rights reserved.