@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class SyntheticsTestUptime extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_FROM_TS |
static String |
JSON_PROPERTY_OVERALL |
static String |
JSON_PROPERTY_PUBLIC_ID |
static String |
JSON_PROPERTY_TO_TS |
boolean |
unparsed |
| Constructor and Description |
|---|
SyntheticsTestUptime() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Return true if this SyntheticsTestUptime object is equal to o.
|
SyntheticsTestUptime |
fromTs(Long fromTs) |
Map<String,Object> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
|
Long |
getFromTs()
Timestamp in seconds for the start of uptime.
|
SyntheticsUptime |
getOverall()
Object containing the uptime information.
|
String |
getPublicId()
A Synthetic test ID.
|
Long |
getToTs()
Timestamp in seconds for the end of uptime.
|
int |
hashCode() |
SyntheticsTestUptime |
overall(SyntheticsUptime overall) |
SyntheticsTestUptime |
publicId(String publicId) |
SyntheticsTestUptime |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setFromTs(Long fromTs) |
void |
setOverall(SyntheticsUptime overall) |
void |
setPublicId(String publicId) |
void |
setToTs(Long toTs) |
String |
toString() |
SyntheticsTestUptime |
toTs(Long toTs) |
public boolean unparsed
public static final String JSON_PROPERTY_FROM_TS
public static final String JSON_PROPERTY_OVERALL
public static final String JSON_PROPERTY_PUBLIC_ID
public static final String JSON_PROPERTY_TO_TS
public SyntheticsTestUptime fromTs(Long fromTs)
@Nullable public Long getFromTs()
public void setFromTs(Long fromTs)
public SyntheticsTestUptime overall(SyntheticsUptime overall)
@Nullable public SyntheticsUptime getOverall()
public void setOverall(SyntheticsUptime overall)
public SyntheticsTestUptime publicId(String publicId)
@Nullable public String getPublicId()
public void setPublicId(String publicId)
public SyntheticsTestUptime toTs(Long toTs)
@Nullable public Long getToTs()
public void setToTs(Long toTs)
public SyntheticsTestUptime 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 © 2024. All rights reserved.