@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class ScheduleCreateRequestData extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_ATTRIBUTES |
static String |
JSON_PROPERTY_RELATIONSHIPS |
static String |
JSON_PROPERTY_TYPE |
boolean |
unparsed |
| Constructor and Description |
|---|
ScheduleCreateRequestData() |
ScheduleCreateRequestData(ScheduleCreateRequestDataAttributes attributes,
ScheduleCreateRequestDataType type) |
| Modifier and Type | Method and Description |
|---|---|
ScheduleCreateRequestData |
attributes(ScheduleCreateRequestDataAttributes attributes) |
boolean |
equals(Object o)
Return true if this ScheduleCreateRequestData 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.
|
ScheduleCreateRequestDataAttributes |
getAttributes()
Describes the main attributes for creating a new schedule, including name, layers, and time
zone.
|
ScheduleCreateRequestDataRelationships |
getRelationships()
Gathers relationship objects for the schedule creation request, including the teams to
associate.
|
ScheduleCreateRequestDataType |
getType()
Schedules resource type.
|
int |
hashCode() |
ScheduleCreateRequestData |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
ScheduleCreateRequestData |
relationships(ScheduleCreateRequestDataRelationships relationships) |
void |
setAttributes(ScheduleCreateRequestDataAttributes attributes) |
void |
setRelationships(ScheduleCreateRequestDataRelationships relationships) |
void |
setType(ScheduleCreateRequestDataType type) |
String |
toString() |
ScheduleCreateRequestData |
type(ScheduleCreateRequestDataType type) |
public boolean unparsed
public static final String JSON_PROPERTY_ATTRIBUTES
public static final String JSON_PROPERTY_RELATIONSHIPS
public static final String JSON_PROPERTY_TYPE
public ScheduleCreateRequestData()
public ScheduleCreateRequestData(ScheduleCreateRequestDataAttributes attributes, ScheduleCreateRequestDataType type)
public ScheduleCreateRequestData attributes(ScheduleCreateRequestDataAttributes attributes)
public ScheduleCreateRequestDataAttributes getAttributes()
public void setAttributes(ScheduleCreateRequestDataAttributes attributes)
public ScheduleCreateRequestData relationships(ScheduleCreateRequestDataRelationships relationships)
@Nullable public ScheduleCreateRequestDataRelationships getRelationships()
public void setRelationships(ScheduleCreateRequestDataRelationships relationships)
public ScheduleCreateRequestData type(ScheduleCreateRequestDataType type)
public ScheduleCreateRequestDataType getType()
public void setType(ScheduleCreateRequestDataType type)
public ScheduleCreateRequestData 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.