@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class ConfiguredSchedule 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 |
|---|
ConfiguredSchedule() |
ConfiguredSchedule(ConfiguredScheduleTargetAttributes attributes,
String id,
ConfiguredScheduleTargetRelationships relationships,
ConfiguredScheduleTargetType type) |
| Modifier and Type | Method and Description |
|---|---|
ConfiguredSchedule |
attributes(ConfiguredScheduleTargetAttributes attributes) |
boolean |
equals(Object o)
Return true if this ConfiguredSchedule 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.
|
ConfiguredScheduleTargetAttributes |
getAttributes()
Attributes for a configured schedule target, including position.
|
String |
getId()
Specifies the unique identifier of the configured schedule target.
|
ConfiguredScheduleTargetRelationships |
getRelationships()
Represents the relationships of a configured schedule target.
|
ConfiguredScheduleTargetType |
getType()
Indicates that the resource is of type
schedule_target. |
int |
hashCode() |
ConfiguredSchedule |
id(String id) |
ConfiguredSchedule |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
ConfiguredSchedule |
relationships(ConfiguredScheduleTargetRelationships relationships) |
void |
setAttributes(ConfiguredScheduleTargetAttributes attributes) |
void |
setId(String id) |
void |
setRelationships(ConfiguredScheduleTargetRelationships relationships) |
void |
setType(ConfiguredScheduleTargetType type) |
String |
toString() |
ConfiguredSchedule |
type(ConfiguredScheduleTargetType 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 ConfiguredSchedule()
public ConfiguredSchedule(ConfiguredScheduleTargetAttributes attributes, String id, ConfiguredScheduleTargetRelationships relationships, ConfiguredScheduleTargetType type)
public ConfiguredSchedule attributes(ConfiguredScheduleTargetAttributes attributes)
public ConfiguredScheduleTargetAttributes getAttributes()
public void setAttributes(ConfiguredScheduleTargetAttributes attributes)
public ConfiguredSchedule id(String id)
public String getId()
public void setId(String id)
public ConfiguredSchedule relationships(ConfiguredScheduleTargetRelationships relationships)
public ConfiguredScheduleTargetRelationships getRelationships()
public void setRelationships(ConfiguredScheduleTargetRelationships relationships)
public ConfiguredSchedule type(ConfiguredScheduleTargetType type)
public ConfiguredScheduleTargetType getType()
schedule_target.public void setType(ConfiguredScheduleTargetType type)
public ConfiguredSchedule 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.