@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class SyntheticsDowntimeDataAttributesResponse extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_CREATED_AT |
static String |
JSON_PROPERTY_CREATED_BY |
static String |
JSON_PROPERTY_CREATED_BY_NAME |
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 |
static String |
JSON_PROPERTY_UPDATED_AT |
static String |
JSON_PROPERTY_UPDATED_BY |
static String |
JSON_PROPERTY_UPDATED_BY_NAME |
boolean |
unparsed |
| Constructor and Description |
|---|
SyntheticsDowntimeDataAttributesResponse() |
SyntheticsDowntimeDataAttributesResponse(OffsetDateTime createdAt,
String createdBy,
String createdByName,
String description,
Boolean isEnabled,
String name,
List<String> tags,
List<String> testIds,
List<SyntheticsDowntimeTimeSlotResponse> timeSlots,
OffsetDateTime updatedAt,
String updatedBy,
String updatedByName) |
public boolean unparsed
public static final String JSON_PROPERTY_CREATED_AT
public static final String JSON_PROPERTY_CREATED_BY
public static final String JSON_PROPERTY_CREATED_BY_NAME
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 static final String JSON_PROPERTY_UPDATED_AT
public static final String JSON_PROPERTY_UPDATED_BY
public static final String JSON_PROPERTY_UPDATED_BY_NAME
public SyntheticsDowntimeDataAttributesResponse()
public SyntheticsDowntimeDataAttributesResponse(OffsetDateTime createdAt, String createdBy, String createdByName, String description, Boolean isEnabled, String name, List<String> tags, List<String> testIds, List<SyntheticsDowntimeTimeSlotResponse> timeSlots, OffsetDateTime updatedAt, String updatedBy, String updatedByName)
public SyntheticsDowntimeDataAttributesResponse createdAt(OffsetDateTime createdAt)
public OffsetDateTime getCreatedAt()
public void setCreatedAt(OffsetDateTime createdAt)
public SyntheticsDowntimeDataAttributesResponse createdBy(String createdBy)
public String getCreatedBy()
public void setCreatedBy(String createdBy)
public SyntheticsDowntimeDataAttributesResponse createdByName(String createdByName)
public String getCreatedByName()
public void setCreatedByName(String createdByName)
public SyntheticsDowntimeDataAttributesResponse description(String description)
public String getDescription()
public void setDescription(String description)
public SyntheticsDowntimeDataAttributesResponse isEnabled(Boolean isEnabled)
public Boolean getIsEnabled()
public void setIsEnabled(Boolean isEnabled)
public SyntheticsDowntimeDataAttributesResponse name(String name)
public String getName()
public void setName(String name)
public SyntheticsDowntimeDataAttributesResponse tags(List<String> tags)
public SyntheticsDowntimeDataAttributesResponse addTagsItem(String tagsItem)
public List<String> getTags()
public SyntheticsDowntimeDataAttributesResponse testIds(List<String> testIds)
public SyntheticsDowntimeDataAttributesResponse addTestIdsItem(String testIdsItem)
public List<String> getTestIds()
public SyntheticsDowntimeDataAttributesResponse timeSlots(List<SyntheticsDowntimeTimeSlotResponse> timeSlots)
public SyntheticsDowntimeDataAttributesResponse addTimeSlotsItem(SyntheticsDowntimeTimeSlotResponse timeSlotsItem)
public List<SyntheticsDowntimeTimeSlotResponse> getTimeSlots()
public void setTimeSlots(List<SyntheticsDowntimeTimeSlotResponse> timeSlots)
public SyntheticsDowntimeDataAttributesResponse updatedAt(OffsetDateTime updatedAt)
public OffsetDateTime getUpdatedAt()
public void setUpdatedAt(OffsetDateTime updatedAt)
public SyntheticsDowntimeDataAttributesResponse updatedBy(String updatedBy)
public String getUpdatedBy()
public void setUpdatedBy(String updatedBy)
public SyntheticsDowntimeDataAttributesResponse updatedByName(String updatedByName)
public String getUpdatedByName()
public void setUpdatedByName(String updatedByName)
public SyntheticsDowntimeDataAttributesResponse 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.