@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() |
SyntheticsTestOptionsSchedulingTimeframe(Integer day,
String from,
String to) |
| 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) |
Map<String,Object> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
|
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() |
SyntheticsTestOptionsSchedulingTimeframe |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
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)
public Integer getDay()
public void setDay(Integer day)
public SyntheticsTestOptionsSchedulingTimeframe from(String from)
public String getFrom()
public void setFrom(String from)
public SyntheticsTestOptionsSchedulingTimeframe to(String to)
public String getTo()
public void setTo(String to)
public SyntheticsTestOptionsSchedulingTimeframe 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 © 2025. All rights reserved.