@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class SyntheticsDowntimeTimeSlotDate extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_DAY |
static String |
JSON_PROPERTY_HOUR |
static String |
JSON_PROPERTY_MINUTE |
static String |
JSON_PROPERTY_MONTH |
static String |
JSON_PROPERTY_YEAR |
boolean |
unparsed |
| Constructor and Description |
|---|
SyntheticsDowntimeTimeSlotDate() |
SyntheticsDowntimeTimeSlotDate(Long day,
Long hour,
Long minute,
Long month,
Long year) |
| Modifier and Type | Method and Description |
|---|---|
SyntheticsDowntimeTimeSlotDate |
day(Long day) |
boolean |
equals(Object o)
Return true if this SyntheticsDowntimeTimeSlotDate 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.
|
Long |
getDay()
The day component of the date (1-31).
|
Long |
getHour()
The hour component of the time (0-23).
|
Long |
getMinute()
The minute component of the time (0-59).
|
Long |
getMonth()
The month component of the date (1-12).
|
Long |
getYear()
The year component of the date.
|
int |
hashCode() |
SyntheticsDowntimeTimeSlotDate |
hour(Long hour) |
SyntheticsDowntimeTimeSlotDate |
minute(Long minute) |
SyntheticsDowntimeTimeSlotDate |
month(Long month) |
SyntheticsDowntimeTimeSlotDate |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setDay(Long day) |
void |
setHour(Long hour) |
void |
setMinute(Long minute) |
void |
setMonth(Long month) |
void |
setYear(Long year) |
String |
toString() |
SyntheticsDowntimeTimeSlotDate |
year(Long year) |
public boolean unparsed
public static final String JSON_PROPERTY_DAY
public static final String JSON_PROPERTY_HOUR
public static final String JSON_PROPERTY_MINUTE
public static final String JSON_PROPERTY_MONTH
public static final String JSON_PROPERTY_YEAR
public SyntheticsDowntimeTimeSlotDate day(Long day)
public Long getDay()
public void setDay(Long day)
public SyntheticsDowntimeTimeSlotDate hour(Long hour)
public Long getHour()
public void setHour(Long hour)
public SyntheticsDowntimeTimeSlotDate minute(Long minute)
public Long getMinute()
public void setMinute(Long minute)
public SyntheticsDowntimeTimeSlotDate month(Long month)
public Long getMonth()
public void setMonth(Long month)
public SyntheticsDowntimeTimeSlotDate year(Long year)
public Long getYear()
public void setYear(Long year)
public SyntheticsDowntimeTimeSlotDate 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.