@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class ReportScheduleResponse extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_DATA |
static String |
JSON_PROPERTY_INCLUDED |
boolean |
unparsed |
| Constructor and Description |
|---|
ReportScheduleResponse() |
ReportScheduleResponse(ReportScheduleResponseData data) |
| Modifier and Type | Method and Description |
|---|---|
ReportScheduleResponse |
addIncludedItem(ReportScheduleIncludedResource includedItem) |
ReportScheduleResponse |
data(ReportScheduleResponseData data) |
boolean |
equals(Object o)
Return true if this ReportScheduleResponse 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.
|
ReportScheduleResponseData |
getData()
The JSON:API data object representing a report schedule.
|
List<ReportScheduleIncludedResource> |
getIncluded()
Related resources included with the report schedule, such as the author.
|
int |
hashCode() |
ReportScheduleResponse |
included(List<ReportScheduleIncludedResource> included) |
ReportScheduleResponse |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setData(ReportScheduleResponseData data) |
void |
setIncluded(List<ReportScheduleIncludedResource> included) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_DATA
public static final String JSON_PROPERTY_INCLUDED
public ReportScheduleResponse()
public ReportScheduleResponse(ReportScheduleResponseData data)
public ReportScheduleResponse data(ReportScheduleResponseData data)
public ReportScheduleResponseData getData()
public void setData(ReportScheduleResponseData data)
public ReportScheduleResponse included(List<ReportScheduleIncludedResource> included)
public ReportScheduleResponse addIncludedItem(ReportScheduleIncludedResource includedItem)
@Nullable public List<ReportScheduleIncludedResource> getIncluded()
public void setIncluded(List<ReportScheduleIncludedResource> included)
public ReportScheduleResponse 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.