@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class SyntheticsTestOptionsSchedulingTimeframe extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_DAY |
static String |
JSON_PROPERTY_FROM |
static String |
JSON_PROPERTY_TO |
boolean |
unparsed |
| Constructor and Description |
|---|
SyntheticsTestOptionsSchedulingTimeframe() |
| Modifier and Type | Method and Description |
|---|---|
SyntheticsTestOptionsSchedulingTimeframe |
day(Integer day) |
boolean |
equals(Object o)
Return true if this SyntheticsTestOptionsSchedulingTimeframe object is equal to o.
|
SyntheticsTestOptionsSchedulingTimeframe |
from(String from) |
Integer |
getDay()
Number representing the day of the week.
|
String |
getFrom()
The hour of the day on which scheduling starts.
|
String |
getTo()
The hour of the day on which scheduling ends.
|
int |
hashCode() |
void |
setDay(Integer day) |
void |
setFrom(String from) |
void |
setTo(String to) |
SyntheticsTestOptionsSchedulingTimeframe |
to(String to) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_DAY
public static final String JSON_PROPERTY_FROM
public static final String JSON_PROPERTY_TO
public SyntheticsTestOptionsSchedulingTimeframe()
public SyntheticsTestOptionsSchedulingTimeframe day(Integer day)
@Nullable public Integer getDay()
public void setDay(Integer day)
public SyntheticsTestOptionsSchedulingTimeframe from(String from)
@Nullable public String getFrom()
public void setFrom(String from)
public SyntheticsTestOptionsSchedulingTimeframe to(String to)
@Nullable public String getTo()
public void setTo(String to)
public boolean equals(Object o)
Copyright © 2023. All rights reserved.