@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class DowntimeScheduleOneTimeCreateUpdateRequest extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_END |
static String |
JSON_PROPERTY_START |
boolean |
unparsed |
| Constructor and Description |
|---|
DowntimeScheduleOneTimeCreateUpdateRequest() |
| Modifier and Type | Method and Description |
|---|---|
DowntimeScheduleOneTimeCreateUpdateRequest |
end(OffsetDateTime end) |
boolean |
equals(Object o)
Return true if this DowntimeScheduleOneTimeCreateUpdateRequest object is equal to o.
|
org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> |
getEnd_JsonNullable() |
OffsetDateTime |
getEnd()
ISO-8601 Datetime to end the downtime.
|
org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> |
getStart_JsonNullable() |
OffsetDateTime |
getStart()
ISO-8601 Datetime to start the downtime.
|
int |
hashCode() |
void |
setEnd_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> end) |
void |
setEnd(OffsetDateTime end) |
void |
setStart_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> start) |
void |
setStart(OffsetDateTime start) |
DowntimeScheduleOneTimeCreateUpdateRequest |
start(OffsetDateTime start) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_END
public static final String JSON_PROPERTY_START
public DowntimeScheduleOneTimeCreateUpdateRequest()
public DowntimeScheduleOneTimeCreateUpdateRequest end(OffsetDateTime end)
@Nullable public OffsetDateTime getEnd()
public org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> getEnd_JsonNullable()
public void setEnd_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> end)
public void setEnd(OffsetDateTime end)
public DowntimeScheduleOneTimeCreateUpdateRequest start(OffsetDateTime start)
@Nullable public OffsetDateTime getStart()
public org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> getStart_JsonNullable()
public void setStart_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> start)
public void setStart(OffsetDateTime start)
public boolean equals(Object o)
Copyright © 2024. All rights reserved.