@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class UsageSpecifiedCustomReportsAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_COMPUTED_ON |
static String |
JSON_PROPERTY_END_DATE |
static String |
JSON_PROPERTY_LOCATION |
static String |
JSON_PROPERTY_SIZE |
static String |
JSON_PROPERTY_START_DATE |
static String |
JSON_PROPERTY_TAGS |
boolean |
unparsed |
| Constructor and Description |
|---|
UsageSpecifiedCustomReportsAttributes() |
| Modifier and Type | Method and Description |
|---|---|
UsageSpecifiedCustomReportsAttributes |
addTagsItem(String tagsItem) |
UsageSpecifiedCustomReportsAttributes |
computedOn(String computedOn) |
UsageSpecifiedCustomReportsAttributes |
endDate(String endDate) |
boolean |
equals(Object o)
Return true if this UsageSpecifiedCustomReportsAttributes 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 specified custom report.
|
String |
getLocation()
A downloadable file for the specified custom reporting file.
|
Long |
getSize()
size
|
String |
getStartDate()
The starting date of specified custom report.
|
List<String> |
getTags()
A list of tags to apply to specified custom reports.
|
int |
hashCode() |
UsageSpecifiedCustomReportsAttributes |
location(String location) |
UsageSpecifiedCustomReportsAttributes |
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 |
setLocation(String location) |
void |
setSize(Long size) |
void |
setStartDate(String startDate) |
void |
setTags(List<String> tags) |
UsageSpecifiedCustomReportsAttributes |
size(Long size) |
UsageSpecifiedCustomReportsAttributes |
startDate(String startDate) |
UsageSpecifiedCustomReportsAttributes |
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_LOCATION
public static final String JSON_PROPERTY_SIZE
public static final String JSON_PROPERTY_START_DATE
public static final String JSON_PROPERTY_TAGS
public UsageSpecifiedCustomReportsAttributes()
public UsageSpecifiedCustomReportsAttributes computedOn(String computedOn)
@Nullable public String getComputedOn()
public void setComputedOn(String computedOn)
public UsageSpecifiedCustomReportsAttributes endDate(String endDate)
@Nullable public String getEndDate()
public void setEndDate(String endDate)
public UsageSpecifiedCustomReportsAttributes location(String location)
@Nullable public String getLocation()
public void setLocation(String location)
public UsageSpecifiedCustomReportsAttributes size(Long size)
@Nullable public Long getSize()
public void setSize(Long size)
public UsageSpecifiedCustomReportsAttributes startDate(String startDate)
@Nullable public String getStartDate()
public void setStartDate(String startDate)
public UsageSpecifiedCustomReportsAttributes tags(List<String> tags)
public UsageSpecifiedCustomReportsAttributes addTagsItem(String tagsItem)
@Nullable public List<String> getTags()
public UsageSpecifiedCustomReportsAttributes 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.