@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class Schedule extends Object
data payload and any
related included resources (such as teams, layers, or members).| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_DATA |
static String |
JSON_PROPERTY_INCLUDED |
boolean |
unparsed |
| Constructor and Description |
|---|
Schedule() |
| Modifier and Type | Method and Description |
|---|---|
Schedule |
addIncludedItem(ScheduleDataIncludedItem includedItem) |
Schedule |
data(ScheduleData data) |
boolean |
equals(Object o)
Return true if this Schedule 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.
|
ScheduleData |
getData()
Represents the primary data object for a schedule, linking attributes and relationships.
|
List<ScheduleDataIncludedItem> |
getIncluded()
Any additional resources related to this schedule, such as teams and layers.
|
int |
hashCode() |
Schedule |
included(List<ScheduleDataIncludedItem> included) |
Schedule |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setData(ScheduleData data) |
void |
setIncluded(List<ScheduleDataIncludedItem> included) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_DATA
public static final String JSON_PROPERTY_INCLUDED
public Schedule data(ScheduleData data)
@Nullable public ScheduleData getData()
public void setData(ScheduleData data)
public Schedule included(List<ScheduleDataIncludedItem> included)
public Schedule addIncludedItem(ScheduleDataIncludedItem includedItem)
@Nullable public List<ScheduleDataIncludedItem> getIncluded()
public void setIncluded(List<ScheduleDataIncludedItem> included)
public Schedule 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 © 2025. All rights reserved.