@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class SyntheticsFetchUptimesPayload extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_FROM_TS |
static String |
JSON_PROPERTY_PUBLIC_IDS |
static String |
JSON_PROPERTY_TO_TS |
boolean |
unparsed |
| Constructor and Description |
|---|
SyntheticsFetchUptimesPayload() |
SyntheticsFetchUptimesPayload(Long fromTs,
List<String> publicIds,
Long toTs) |
| Modifier and Type | Method and Description |
|---|---|
SyntheticsFetchUptimesPayload |
addPublicIdsItem(String publicIdsItem) |
boolean |
equals(Object o)
Return true if this SyntheticsFetchUptimesPayload object is equal to o.
|
SyntheticsFetchUptimesPayload |
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 (Unix epoch) for the start of uptime.
|
List<String> |
getPublicIds()
An array of Synthetic test IDs you want uptimes for.
|
Long |
getToTs()
Timestamp in seconds (Unix epoch) for the end of uptime.
|
int |
hashCode() |
SyntheticsFetchUptimesPayload |
publicIds(List<String> publicIds) |
SyntheticsFetchUptimesPayload |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setFromTs(Long fromTs) |
void |
setPublicIds(List<String> publicIds) |
void |
setToTs(Long toTs) |
String |
toString() |
SyntheticsFetchUptimesPayload |
toTs(Long toTs) |
public boolean unparsed
public static final String JSON_PROPERTY_FROM_TS
public static final String JSON_PROPERTY_PUBLIC_IDS
public static final String JSON_PROPERTY_TO_TS
public SyntheticsFetchUptimesPayload fromTs(Long fromTs)
public Long getFromTs()
public void setFromTs(Long fromTs)
public SyntheticsFetchUptimesPayload publicIds(List<String> publicIds)
public SyntheticsFetchUptimesPayload addPublicIdsItem(String publicIdsItem)
public List<String> getPublicIds()
public SyntheticsFetchUptimesPayload toTs(Long toTs)
public Long getToTs()
public void setToTs(Long toTs)
public SyntheticsFetchUptimesPayload 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.