@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class UsageAttributionAggregatesBody extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_AGG_TYPE |
static String |
JSON_PROPERTY_FIELD |
static String |
JSON_PROPERTY_VALUE |
boolean |
unparsed |
| Constructor and Description |
|---|
UsageAttributionAggregatesBody() |
| Modifier and Type | Method and Description |
|---|---|
UsageAttributionAggregatesBody |
aggType(String aggType) |
boolean |
equals(Object o)
Return true if this UsageAttributionAggregatesBody object is equal to o.
|
UsageAttributionAggregatesBody |
field(String field) |
Map<String,Object> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
|
String |
getAggType()
The aggregate type.
|
String |
getField()
The field.
|
Double |
getValue()
The value for a given field.
|
int |
hashCode() |
UsageAttributionAggregatesBody |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setAggType(String aggType) |
void |
setField(String field) |
void |
setValue(Double value) |
String |
toString() |
UsageAttributionAggregatesBody |
value(Double value) |
public boolean unparsed
public static final String JSON_PROPERTY_AGG_TYPE
public static final String JSON_PROPERTY_FIELD
public static final String JSON_PROPERTY_VALUE
public UsageAttributionAggregatesBody aggType(String aggType)
@Nullable public String getAggType()
public void setAggType(String aggType)
public UsageAttributionAggregatesBody field(String field)
@Nullable public String getField()
public void setField(String field)
public UsageAttributionAggregatesBody value(Double value)
@Nullable public Double getValue()
public void setValue(Double value)
public UsageAttributionAggregatesBody 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.