@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class SingleAggregatedConnectionResponseDataAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_BYTES_SENT_BY_CLIENT |
static String |
JSON_PROPERTY_BYTES_SENT_BY_SERVER |
static String |
JSON_PROPERTY_GROUP_BYS |
static String |
JSON_PROPERTY_PACKETS_SENT_BY_CLIENT |
static String |
JSON_PROPERTY_PACKETS_SENT_BY_SERVER |
static String |
JSON_PROPERTY_RTT_MICRO_SECONDS |
static String |
JSON_PROPERTY_TCP_CLOSED_CONNECTIONS |
static String |
JSON_PROPERTY_TCP_ESTABLISHED_CONNECTIONS |
static String |
JSON_PROPERTY_TCP_REFUSALS |
static String |
JSON_PROPERTY_TCP_RESETS |
static String |
JSON_PROPERTY_TCP_RETRANSMITS |
static String |
JSON_PROPERTY_TCP_TIMEOUTS |
boolean |
unparsed |
| Constructor and Description |
|---|
SingleAggregatedConnectionResponseDataAttributes() |
| Modifier and Type | Method and Description |
|---|---|
SingleAggregatedConnectionResponseDataAttributes |
bytesSentByClient(Long bytesSentByClient) |
SingleAggregatedConnectionResponseDataAttributes |
bytesSentByServer(Long bytesSentByServer) |
boolean |
equals(Object o)
Return true if this SingleAggregatedConnectionResponseDataAttributes object is equal to o.
|
Map<String,Object> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
|
Long |
getBytesSentByClient()
The total number of bytes sent by the client over the given period.
|
Long |
getBytesSentByServer()
The total number of bytes sent by the server over the given period.
|
Map<String,List<String>> |
getGroupBys()
The key, value pairs for each group by.
|
Long |
getPacketsSentByClient()
The total number of packets sent by the client over the given period.
|
Long |
getPacketsSentByServer()
The total number of packets sent by the server over the given period.
|
Long |
getRttMicroSeconds()
Measured as TCP smoothed round trip time in microseconds (the time between a TCP frame being
sent and acknowledged).
|
Long |
getTcpClosedConnections()
The number of TCP connections in a closed state.
|
Long |
getTcpEstablishedConnections()
The number of TCP connections in an established state.
|
Long |
getTcpRefusals()
The number of TCP connections that were refused by the server.
|
Long |
getTcpResets()
The number of TCP connections that were reset by the server.
|
Long |
getTcpRetransmits()
TCP Retransmits represent detected failures that are retransmitted to ensure delivery.
|
Long |
getTcpTimeouts()
The number of TCP connections that timed out from the perspective of the operating system.
|
SingleAggregatedConnectionResponseDataAttributes |
groupBys(Map<String,List<String>> groupBys) |
int |
hashCode() |
SingleAggregatedConnectionResponseDataAttributes |
packetsSentByClient(Long packetsSentByClient) |
SingleAggregatedConnectionResponseDataAttributes |
packetsSentByServer(Long packetsSentByServer) |
SingleAggregatedConnectionResponseDataAttributes |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
SingleAggregatedConnectionResponseDataAttributes |
putGroupBysItem(String key,
List<String> groupBysItem) |
SingleAggregatedConnectionResponseDataAttributes |
rttMicroSeconds(Long rttMicroSeconds) |
void |
setBytesSentByClient(Long bytesSentByClient) |
void |
setBytesSentByServer(Long bytesSentByServer) |
void |
setGroupBys(Map<String,List<String>> groupBys) |
void |
setPacketsSentByClient(Long packetsSentByClient) |
void |
setPacketsSentByServer(Long packetsSentByServer) |
void |
setRttMicroSeconds(Long rttMicroSeconds) |
void |
setTcpClosedConnections(Long tcpClosedConnections) |
void |
setTcpEstablishedConnections(Long tcpEstablishedConnections) |
void |
setTcpRefusals(Long tcpRefusals) |
void |
setTcpResets(Long tcpResets) |
void |
setTcpRetransmits(Long tcpRetransmits) |
void |
setTcpTimeouts(Long tcpTimeouts) |
SingleAggregatedConnectionResponseDataAttributes |
tcpClosedConnections(Long tcpClosedConnections) |
SingleAggregatedConnectionResponseDataAttributes |
tcpEstablishedConnections(Long tcpEstablishedConnections) |
SingleAggregatedConnectionResponseDataAttributes |
tcpRefusals(Long tcpRefusals) |
SingleAggregatedConnectionResponseDataAttributes |
tcpResets(Long tcpResets) |
SingleAggregatedConnectionResponseDataAttributes |
tcpRetransmits(Long tcpRetransmits) |
SingleAggregatedConnectionResponseDataAttributes |
tcpTimeouts(Long tcpTimeouts) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_BYTES_SENT_BY_CLIENT
public static final String JSON_PROPERTY_BYTES_SENT_BY_SERVER
public static final String JSON_PROPERTY_GROUP_BYS
public static final String JSON_PROPERTY_PACKETS_SENT_BY_CLIENT
public static final String JSON_PROPERTY_PACKETS_SENT_BY_SERVER
public static final String JSON_PROPERTY_RTT_MICRO_SECONDS
public static final String JSON_PROPERTY_TCP_CLOSED_CONNECTIONS
public static final String JSON_PROPERTY_TCP_ESTABLISHED_CONNECTIONS
public static final String JSON_PROPERTY_TCP_REFUSALS
public static final String JSON_PROPERTY_TCP_RESETS
public static final String JSON_PROPERTY_TCP_RETRANSMITS
public static final String JSON_PROPERTY_TCP_TIMEOUTS
public SingleAggregatedConnectionResponseDataAttributes()
public SingleAggregatedConnectionResponseDataAttributes bytesSentByClient(Long bytesSentByClient)
@Nullable public Long getBytesSentByClient()
public void setBytesSentByClient(Long bytesSentByClient)
public SingleAggregatedConnectionResponseDataAttributes bytesSentByServer(Long bytesSentByServer)
@Nullable public Long getBytesSentByServer()
public void setBytesSentByServer(Long bytesSentByServer)
public SingleAggregatedConnectionResponseDataAttributes groupBys(Map<String,List<String>> groupBys)
public SingleAggregatedConnectionResponseDataAttributes putGroupBysItem(String key, List<String> groupBysItem)
@Nullable public Map<String,List<String>> getGroupBys()
public SingleAggregatedConnectionResponseDataAttributes packetsSentByClient(Long packetsSentByClient)
@Nullable public Long getPacketsSentByClient()
public void setPacketsSentByClient(Long packetsSentByClient)
public SingleAggregatedConnectionResponseDataAttributes packetsSentByServer(Long packetsSentByServer)
@Nullable public Long getPacketsSentByServer()
public void setPacketsSentByServer(Long packetsSentByServer)
public SingleAggregatedConnectionResponseDataAttributes rttMicroSeconds(Long rttMicroSeconds)
@Nullable public Long getRttMicroSeconds()
public void setRttMicroSeconds(Long rttMicroSeconds)
public SingleAggregatedConnectionResponseDataAttributes tcpClosedConnections(Long tcpClosedConnections)
@Nullable public Long getTcpClosedConnections()
public void setTcpClosedConnections(Long tcpClosedConnections)
public SingleAggregatedConnectionResponseDataAttributes tcpEstablishedConnections(Long tcpEstablishedConnections)
@Nullable public Long getTcpEstablishedConnections()
public void setTcpEstablishedConnections(Long tcpEstablishedConnections)
public SingleAggregatedConnectionResponseDataAttributes tcpRefusals(Long tcpRefusals)
@Nullable public Long getTcpRefusals()
public void setTcpRefusals(Long tcpRefusals)
public SingleAggregatedConnectionResponseDataAttributes tcpResets(Long tcpResets)
@Nullable public Long getTcpResets()
public void setTcpResets(Long tcpResets)
public SingleAggregatedConnectionResponseDataAttributes tcpRetransmits(Long tcpRetransmits)
@Nullable public Long getTcpRetransmits()
public void setTcpRetransmits(Long tcpRetransmits)
public SingleAggregatedConnectionResponseDataAttributes tcpTimeouts(Long tcpTimeouts)
@Nullable public Long getTcpTimeouts()
public void setTcpTimeouts(Long tcpTimeouts)
public SingleAggregatedConnectionResponseDataAttributes 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.