@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class NetworkHealthInsightTrafficVolume extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_BYTES_READ |
static String |
JSON_PROPERTY_BYTES_WRITTEN |
static String |
JSON_PROPERTY_TOTAL_TRAFFIC |
boolean |
unparsed |
| Constructor and Description |
|---|
NetworkHealthInsightTrafficVolume() |
| Modifier and Type | Method and Description |
|---|---|
NetworkHealthInsightTrafficVolume |
bytesRead(Long bytesRead) |
NetworkHealthInsightTrafficVolume |
bytesWritten(Long bytesWritten) |
boolean |
equals(Object o)
Return true if this NetworkHealthInsightTrafficVolume 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 |
getBytesRead()
Total bytes read from the server to the client during the query window.
|
Long |
getBytesWritten()
Total bytes written from the client to the server during the query window.
|
Long |
getTotalTraffic()
Sum of bytes written and bytes read across the query window.
|
int |
hashCode() |
NetworkHealthInsightTrafficVolume |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setBytesRead(Long bytesRead) |
void |
setBytesWritten(Long bytesWritten) |
void |
setTotalTraffic(Long totalTraffic) |
String |
toString() |
NetworkHealthInsightTrafficVolume |
totalTraffic(Long totalTraffic) |
public boolean unparsed
public static final String JSON_PROPERTY_BYTES_READ
public static final String JSON_PROPERTY_BYTES_WRITTEN
public static final String JSON_PROPERTY_TOTAL_TRAFFIC
public NetworkHealthInsightTrafficVolume bytesRead(Long bytesRead)
@Nullable public Long getBytesRead()
public void setBytesRead(Long bytesRead)
public NetworkHealthInsightTrafficVolume bytesWritten(Long bytesWritten)
@Nullable public Long getBytesWritten()
public void setBytesWritten(Long bytesWritten)
public NetworkHealthInsightTrafficVolume totalTraffic(Long totalTraffic)
@Nullable public Long getTotalTraffic()
public void setTotalTraffic(Long totalTraffic)
public NetworkHealthInsightTrafficVolume 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.