@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_DELIVERED_CE |
static String |
JSON_PROPERTY_TCP_ESTABLISHED_CONNECTIONS |
static String |
JSON_PROPERTY_TCP_PROBE0_COUNT |
static String |
JSON_PROPERTY_TCP_RCV_OOO_PACK |
static String |
JSON_PROPERTY_TCP_RECOVERY_COUNT |
static String |
JSON_PROPERTY_TCP_REFUSALS |
static String |
JSON_PROPERTY_TCP_REORD_SEEN |
static String |
JSON_PROPERTY_TCP_RESETS |
static String |
JSON_PROPERTY_TCP_RETRANSMITS |
static String |
JSON_PROPERTY_TCP_RTO_COUNT |
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 |
getTcpDeliveredCe()
The number of TCP segments acknowledged with the ECN Congestion Experienced (CE) mark,
indicating that an upstream router marked packets as experiencing congestion.
|
Long |
getTcpEstablishedConnections()
The number of TCP connections in an established state.
|
Long |
getTcpProbe0Count()
The number of TCP zero-window probes sent.
|
Long |
getTcpRcvOooPack()
The number of TCP packets received out of order.
|
Long |
getTcpRecoveryCount()
The number of TCP fast recovery events.
|
Long |
getTcpRefusals()
The number of TCP connections that were refused by the server.
|
Long |
getTcpReordSeen()
The number of times reordering of sent packets was detected.
|
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 |
getTcpRtoCount()
The number of TCP retransmission timeouts (RTOs).
|
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 |
setTcpDeliveredCe(Long tcpDeliveredCe) |
void |
setTcpEstablishedConnections(Long tcpEstablishedConnections) |
void |
setTcpProbe0Count(Long tcpProbe0Count) |
void |
setTcpRcvOooPack(Long tcpRcvOooPack) |
void |
setTcpRecoveryCount(Long tcpRecoveryCount) |
void |
setTcpRefusals(Long tcpRefusals) |
void |
setTcpReordSeen(Long tcpReordSeen) |
void |
setTcpResets(Long tcpResets) |
void |
setTcpRetransmits(Long tcpRetransmits) |
void |
setTcpRtoCount(Long tcpRtoCount) |
void |
setTcpTimeouts(Long tcpTimeouts) |
SingleAggregatedConnectionResponseDataAttributes |
tcpClosedConnections(Long tcpClosedConnections) |
SingleAggregatedConnectionResponseDataAttributes |
tcpDeliveredCe(Long tcpDeliveredCe) |
SingleAggregatedConnectionResponseDataAttributes |
tcpEstablishedConnections(Long tcpEstablishedConnections) |
SingleAggregatedConnectionResponseDataAttributes |
tcpProbe0Count(Long tcpProbe0Count) |
SingleAggregatedConnectionResponseDataAttributes |
tcpRcvOooPack(Long tcpRcvOooPack) |
SingleAggregatedConnectionResponseDataAttributes |
tcpRecoveryCount(Long tcpRecoveryCount) |
SingleAggregatedConnectionResponseDataAttributes |
tcpRefusals(Long tcpRefusals) |
SingleAggregatedConnectionResponseDataAttributes |
tcpReordSeen(Long tcpReordSeen) |
SingleAggregatedConnectionResponseDataAttributes |
tcpResets(Long tcpResets) |
SingleAggregatedConnectionResponseDataAttributes |
tcpRetransmits(Long tcpRetransmits) |
SingleAggregatedConnectionResponseDataAttributes |
tcpRtoCount(Long tcpRtoCount) |
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_DELIVERED_CE
public static final String JSON_PROPERTY_TCP_ESTABLISHED_CONNECTIONS
public static final String JSON_PROPERTY_TCP_PROBE0_COUNT
public static final String JSON_PROPERTY_TCP_RCV_OOO_PACK
public static final String JSON_PROPERTY_TCP_RECOVERY_COUNT
public static final String JSON_PROPERTY_TCP_REFUSALS
public static final String JSON_PROPERTY_TCP_REORD_SEEN
public static final String JSON_PROPERTY_TCP_RESETS
public static final String JSON_PROPERTY_TCP_RETRANSMITS
public static final String JSON_PROPERTY_TCP_RTO_COUNT
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 tcpDeliveredCe(Long tcpDeliveredCe)
@Nullable public Long getTcpDeliveredCe()
public void setTcpDeliveredCe(Long tcpDeliveredCe)
public SingleAggregatedConnectionResponseDataAttributes tcpEstablishedConnections(Long tcpEstablishedConnections)
@Nullable public Long getTcpEstablishedConnections()
public void setTcpEstablishedConnections(Long tcpEstablishedConnections)
public SingleAggregatedConnectionResponseDataAttributes tcpProbe0Count(Long tcpProbe0Count)
@Nullable public Long getTcpProbe0Count()
public void setTcpProbe0Count(Long tcpProbe0Count)
public SingleAggregatedConnectionResponseDataAttributes tcpRcvOooPack(Long tcpRcvOooPack)
@Nullable public Long getTcpRcvOooPack()
public void setTcpRcvOooPack(Long tcpRcvOooPack)
public SingleAggregatedConnectionResponseDataAttributes tcpRecoveryCount(Long tcpRecoveryCount)
@Nullable public Long getTcpRecoveryCount()
public void setTcpRecoveryCount(Long tcpRecoveryCount)
public SingleAggregatedConnectionResponseDataAttributes tcpRefusals(Long tcpRefusals)
@Nullable public Long getTcpRefusals()
public void setTcpRefusals(Long tcpRefusals)
public SingleAggregatedConnectionResponseDataAttributes tcpReordSeen(Long tcpReordSeen)
@Nullable public Long getTcpReordSeen()
public void setTcpReordSeen(Long tcpReordSeen)
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 tcpRtoCount(Long tcpRtoCount)
@Nullable public Long getTcpRtoCount()
public void setTcpRtoCount(Long tcpRtoCount)
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 © 2026. All rights reserved.