@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class SyntheticsTiming extends Object
Modifier and Type | Field and Description |
---|---|
static String |
JSON_PROPERTY_DNS |
static String |
JSON_PROPERTY_DOWNLOAD |
static String |
JSON_PROPERTY_FIRST_BYTE |
static String |
JSON_PROPERTY_HANDSHAKE |
static String |
JSON_PROPERTY_REDIRECT |
static String |
JSON_PROPERTY_SSL |
static String |
JSON_PROPERTY_TCP |
static String |
JSON_PROPERTY_TOTAL |
static String |
JSON_PROPERTY_WAIT |
boolean |
unparsed |
Constructor and Description |
---|
SyntheticsTiming() |
Modifier and Type | Method and Description |
---|---|
SyntheticsTiming |
dns(Double dns) |
SyntheticsTiming |
download(Double download) |
boolean |
equals(Object o)
Return true if this SyntheticsTiming object is equal to o.
|
SyntheticsTiming |
firstByte(Double firstByte) |
Double |
getDns()
The duration in millisecond of the DNS lookup.
|
Double |
getDownload()
The time in millisecond to download the response.
|
Double |
getFirstByte()
The time in millisecond to first byte.
|
Double |
getHandshake()
The duration in millisecond of the TLS handshake.
|
Double |
getRedirect()
The time in millisecond spent during redirections.
|
Double |
getSsl()
The duration in millisecond of the TLS handshake.
|
Double |
getTcp()
Time in millisecond to establish the TCP connection.
|
Double |
getTotal()
The overall time in millisecond the request took to be processed.
|
Double |
getWait()
Time spent in millisecond waiting for a response.
|
SyntheticsTiming |
handshake(Double handshake) |
int |
hashCode() |
SyntheticsTiming |
redirect(Double redirect) |
void |
setDns(Double dns) |
void |
setDownload(Double download) |
void |
setFirstByte(Double firstByte) |
void |
setHandshake(Double handshake) |
void |
setRedirect(Double redirect) |
void |
setSsl(Double ssl) |
void |
setTcp(Double tcp) |
void |
setTotal(Double total) |
void |
setWait(Double wait) |
SyntheticsTiming |
ssl(Double ssl) |
SyntheticsTiming |
tcp(Double tcp) |
String |
toString() |
SyntheticsTiming |
total(Double total) |
SyntheticsTiming |
wait(Double wait) |
public boolean unparsed
public static final String JSON_PROPERTY_DNS
public static final String JSON_PROPERTY_DOWNLOAD
public static final String JSON_PROPERTY_FIRST_BYTE
public static final String JSON_PROPERTY_HANDSHAKE
public static final String JSON_PROPERTY_REDIRECT
public static final String JSON_PROPERTY_SSL
public static final String JSON_PROPERTY_TCP
public static final String JSON_PROPERTY_TOTAL
public static final String JSON_PROPERTY_WAIT
public SyntheticsTiming dns(Double dns)
@Nullable public Double getDns()
public void setDns(Double dns)
public SyntheticsTiming download(Double download)
@Nullable public Double getDownload()
public void setDownload(Double download)
public SyntheticsTiming firstByte(Double firstByte)
@Nullable public Double getFirstByte()
public void setFirstByte(Double firstByte)
public SyntheticsTiming handshake(Double handshake)
@Nullable public Double getHandshake()
public void setHandshake(Double handshake)
public SyntheticsTiming redirect(Double redirect)
@Nullable public Double getRedirect()
public void setRedirect(Double redirect)
public SyntheticsTiming ssl(Double ssl)
@Nullable public Double getSsl()
public void setSsl(Double ssl)
public SyntheticsTiming tcp(Double tcp)
@Nullable public Double getTcp()
public void setTcp(Double tcp)
public SyntheticsTiming total(Double total)
@Nullable public Double getTotal()
public void setTotal(Double total)
public SyntheticsTiming wait(Double wait)
@Nullable public Double getWait()
public void setWait(Double wait)
public boolean equals(Object o)
Copyright © 2022. All rights reserved.