@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class UsageSpecifiedCustomReportsData 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 |
|---|
UsageSpecifiedCustomReportsData() |
| Modifier and Type | Method and Description |
|---|---|
UsageSpecifiedCustomReportsData |
attributes(UsageSpecifiedCustomReportsAttributes attributes) |
boolean |
equals(Object o)
Return true if this UsageSpecifiedCustomReportsData 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.
|
UsageSpecifiedCustomReportsAttributes |
getAttributes()
The response containing attributes for specified custom reports.
|
String |
getId()
The date for specified custom reports.
|
UsageReportsType |
getType()
The type of reports.
|
int |
hashCode() |
UsageSpecifiedCustomReportsData |
id(String id) |
UsageSpecifiedCustomReportsData |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setAttributes(UsageSpecifiedCustomReportsAttributes attributes) |
void |
setId(String id) |
void |
setType(UsageReportsType type) |
String |
toString() |
UsageSpecifiedCustomReportsData |
type(UsageReportsType 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 UsageSpecifiedCustomReportsData attributes(UsageSpecifiedCustomReportsAttributes attributes)
@Nullable public UsageSpecifiedCustomReportsAttributes getAttributes()
public void setAttributes(UsageSpecifiedCustomReportsAttributes attributes)
public UsageSpecifiedCustomReportsData id(String id)
@Nullable public String getId()
public void setId(String id)
public UsageSpecifiedCustomReportsData type(UsageReportsType type)
@Nullable public UsageReportsType getType()
public void setType(UsageReportsType type)
public UsageSpecifiedCustomReportsData 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.