@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class ReportScheduleResponseData extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_ATTRIBUTES |
static String |
JSON_PROPERTY_ID |
static String |
JSON_PROPERTY_RELATIONSHIPS |
static String |
JSON_PROPERTY_TYPE |
boolean |
unparsed |
| Constructor and Description |
|---|
ReportScheduleResponseData() |
ReportScheduleResponseData(ReportScheduleResponseAttributes attributes,
String id,
ReportScheduleResponseRelationships relationships,
ReportScheduleType type) |
| Modifier and Type | Method and Description |
|---|---|
ReportScheduleResponseData |
attributes(ReportScheduleResponseAttributes attributes) |
boolean |
equals(Object o)
Return true if this ReportScheduleResponseData 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.
|
ReportScheduleResponseAttributes |
getAttributes()
The configuration and derived state of a report schedule.
|
String |
getId()
The unique identifier of the report schedule.
|
ReportScheduleResponseRelationships |
getRelationships()
Relationships for the report schedule.
|
ReportScheduleType |
getType()
JSON:API resource type for report schedules.
|
int |
hashCode() |
ReportScheduleResponseData |
id(String id) |
ReportScheduleResponseData |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
ReportScheduleResponseData |
relationships(ReportScheduleResponseRelationships relationships) |
void |
setAttributes(ReportScheduleResponseAttributes attributes) |
void |
setId(String id) |
void |
setRelationships(ReportScheduleResponseRelationships relationships) |
void |
setType(ReportScheduleType type) |
String |
toString() |
ReportScheduleResponseData |
type(ReportScheduleType type) |
public boolean unparsed
public static final String JSON_PROPERTY_ATTRIBUTES
public static final String JSON_PROPERTY_ID
public static final String JSON_PROPERTY_RELATIONSHIPS
public static final String JSON_PROPERTY_TYPE
public ReportScheduleResponseData()
public ReportScheduleResponseData(ReportScheduleResponseAttributes attributes, String id, ReportScheduleResponseRelationships relationships, ReportScheduleType type)
public ReportScheduleResponseData attributes(ReportScheduleResponseAttributes attributes)
public ReportScheduleResponseAttributes getAttributes()
public void setAttributes(ReportScheduleResponseAttributes attributes)
public ReportScheduleResponseData id(String id)
public String getId()
public void setId(String id)
public ReportScheduleResponseData relationships(ReportScheduleResponseRelationships relationships)
public ReportScheduleResponseRelationships getRelationships()
public void setRelationships(ReportScheduleResponseRelationships relationships)
public ReportScheduleResponseData type(ReportScheduleType type)
public ReportScheduleType getType()
public void setType(ReportScheduleType type)
public ReportScheduleResponseData 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.