@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class SyntheticsDowntimeDataAttributesRequest extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_DESCRIPTION |
static String |
JSON_PROPERTY_IS_ENABLED |
static String |
JSON_PROPERTY_NAME |
static String |
JSON_PROPERTY_TAGS |
static String |
JSON_PROPERTY_TEST_IDS |
static String |
JSON_PROPERTY_TIME_SLOTS |
boolean |
unparsed |
| Constructor and Description |
|---|
SyntheticsDowntimeDataAttributesRequest() |
SyntheticsDowntimeDataAttributesRequest(Boolean isEnabled,
String name,
List<String> testIds,
List<SyntheticsDowntimeTimeSlotRequest> timeSlots) |
public boolean unparsed
public static final String JSON_PROPERTY_DESCRIPTION
public static final String JSON_PROPERTY_IS_ENABLED
public static final String JSON_PROPERTY_NAME
public static final String JSON_PROPERTY_TAGS
public static final String JSON_PROPERTY_TEST_IDS
public static final String JSON_PROPERTY_TIME_SLOTS
public SyntheticsDowntimeDataAttributesRequest()
public SyntheticsDowntimeDataAttributesRequest description(String description)
@Nullable public String getDescription()
public void setDescription(String description)
public SyntheticsDowntimeDataAttributesRequest isEnabled(Boolean isEnabled)
public Boolean getIsEnabled()
public void setIsEnabled(Boolean isEnabled)
public SyntheticsDowntimeDataAttributesRequest name(String name)
public String getName()
public void setName(String name)
public SyntheticsDowntimeDataAttributesRequest tags(List<String> tags)
public SyntheticsDowntimeDataAttributesRequest addTagsItem(String tagsItem)
@Nullable public List<String> getTags()
public SyntheticsDowntimeDataAttributesRequest testIds(List<String> testIds)
public SyntheticsDowntimeDataAttributesRequest addTestIdsItem(String testIdsItem)
public List<String> getTestIds()
public SyntheticsDowntimeDataAttributesRequest timeSlots(List<SyntheticsDowntimeTimeSlotRequest> timeSlots)
public SyntheticsDowntimeDataAttributesRequest addTimeSlotsItem(SyntheticsDowntimeTimeSlotRequest timeSlotsItem)
public List<SyntheticsDowntimeTimeSlotRequest> getTimeSlots()
public void setTimeSlots(List<SyntheticsDowntimeTimeSlotRequest> timeSlots)
public SyntheticsDowntimeDataAttributesRequest 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.