@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class ReportScheduleCreateRequestData extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_ATTRIBUTES |
static String |
JSON_PROPERTY_TYPE |
boolean |
unparsed |
| Constructor and Description |
|---|
ReportScheduleCreateRequestData() |
ReportScheduleCreateRequestData(ReportScheduleCreateRequestAttributes attributes,
ReportScheduleType type) |
| Modifier and Type | Method and Description |
|---|---|
ReportScheduleCreateRequestData |
attributes(ReportScheduleCreateRequestAttributes attributes) |
boolean |
equals(Object o)
Return true if this ReportScheduleCreateRequestData 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.
|
ReportScheduleCreateRequestAttributes |
getAttributes()
The configuration of the report schedule to create.
|
ReportScheduleType |
getType()
JSON:API resource type for report schedules.
|
int |
hashCode() |
ReportScheduleCreateRequestData |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setAttributes(ReportScheduleCreateRequestAttributes attributes) |
void |
setType(ReportScheduleType type) |
String |
toString() |
ReportScheduleCreateRequestData |
type(ReportScheduleType type) |
public boolean unparsed
public static final String JSON_PROPERTY_ATTRIBUTES
public static final String JSON_PROPERTY_TYPE
public ReportScheduleCreateRequestData()
public ReportScheduleCreateRequestData(ReportScheduleCreateRequestAttributes attributes, ReportScheduleType type)
public ReportScheduleCreateRequestData attributes(ReportScheduleCreateRequestAttributes attributes)
public ReportScheduleCreateRequestAttributes getAttributes()
public void setAttributes(ReportScheduleCreateRequestAttributes attributes)
public ReportScheduleCreateRequestData type(ReportScheduleType type)
public ReportScheduleType getType()
public void setType(ReportScheduleType type)
public ReportScheduleCreateRequestData 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 © 2026. All rights reserved.