@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class ReportScheduleResource extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_ATTRIBUTES |
static String |
JSON_PROPERTY_ID |
static String |
JSON_PROPERTY_TYPE |
boolean |
unparsed |
| Constructor and Description |
|---|
ReportScheduleResource() |
ReportScheduleResource(ReportScheduleResourceAttributes attributes,
String id,
ReportScheduleIncludedResourceType type) |
| Modifier and Type | Method and Description |
|---|---|
ReportScheduleResource |
attributes(ReportScheduleResourceAttributes attributes) |
boolean |
equals(Object o)
Return true if this ReportScheduleResource 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.
|
ReportScheduleResourceAttributes |
getAttributes()
Attributes of an included report target resource.
|
String |
getId()
The resource identifier.
|
ReportScheduleIncludedResourceType |
getType()
JSON:API resource type for an included report resource.
|
int |
hashCode() |
ReportScheduleResource |
id(String id) |
ReportScheduleResource |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setAttributes(ReportScheduleResourceAttributes attributes) |
void |
setId(String id) |
void |
setType(ReportScheduleIncludedResourceType type) |
String |
toString() |
ReportScheduleResource |
type(ReportScheduleIncludedResourceType type) |
public boolean unparsed
public static final String JSON_PROPERTY_ATTRIBUTES
public static final String JSON_PROPERTY_ID
public static final String JSON_PROPERTY_TYPE
public ReportScheduleResource()
public ReportScheduleResource(ReportScheduleResourceAttributes attributes, String id, ReportScheduleIncludedResourceType type)
public ReportScheduleResource attributes(ReportScheduleResourceAttributes attributes)
public ReportScheduleResourceAttributes getAttributes()
public void setAttributes(ReportScheduleResourceAttributes attributes)
public ReportScheduleResource id(String id)
public String getId()
public void setId(String id)
public ReportScheduleResource type(ReportScheduleIncludedResourceType type)
public ReportScheduleIncludedResourceType getType()
public void setType(ReportScheduleIncludedResourceType type)
public ReportScheduleResource 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.