@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class UsageCustomReportsAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_COMPUTED_ON |
static String |
JSON_PROPERTY_END_DATE |
static String |
JSON_PROPERTY_SIZE |
static String |
JSON_PROPERTY_START_DATE |
static String |
JSON_PROPERTY_TAGS |
boolean |
unparsed |
| Constructor and Description |
|---|
UsageCustomReportsAttributes() |
| Modifier and Type | Method and Description |
|---|---|
UsageCustomReportsAttributes |
addTagsItem(String tagsItem) |
UsageCustomReportsAttributes |
computedOn(String computedOn) |
UsageCustomReportsAttributes |
endDate(String endDate) |
boolean |
equals(Object o)
Return true if this UsageCustomReportsAttributes 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.
|
String |
getComputedOn()
The date the specified custom report was computed.
|
String |
getEndDate()
The ending date of custom report.
|
Long |
getSize()
size
|
String |
getStartDate()
The starting date of custom report.
|
List<String> |
getTags()
A list of tags to apply to custom reports.
|
int |
hashCode() |
UsageCustomReportsAttributes |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setComputedOn(String computedOn) |
void |
setEndDate(String endDate) |
void |
setSize(Long size) |
void |
setStartDate(String startDate) |
void |
setTags(List<String> tags) |
UsageCustomReportsAttributes |
size(Long size) |
UsageCustomReportsAttributes |
startDate(String startDate) |
UsageCustomReportsAttributes |
tags(List<String> tags) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_COMPUTED_ON
public static final String JSON_PROPERTY_END_DATE
public static final String JSON_PROPERTY_SIZE
public static final String JSON_PROPERTY_START_DATE
public static final String JSON_PROPERTY_TAGS
public UsageCustomReportsAttributes computedOn(String computedOn)
@Nullable public String getComputedOn()
public void setComputedOn(String computedOn)
public UsageCustomReportsAttributes endDate(String endDate)
@Nullable public String getEndDate()
public void setEndDate(String endDate)
public UsageCustomReportsAttributes size(Long size)
@Nullable public Long getSize()
public void setSize(Long size)
public UsageCustomReportsAttributes startDate(String startDate)
@Nullable public String getStartDate()
public void setStartDate(String startDate)
public UsageCustomReportsAttributes tags(List<String> tags)
public UsageCustomReportsAttributes addTagsItem(String tagsItem)
@Nullable public List<String> getTags()
public UsageCustomReportsAttributes 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.