@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class DeviceAttributesInterfaceStatuses extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_DOWN |
static String |
JSON_PROPERTY_OFF |
static String |
JSON_PROPERTY_UP |
static String |
JSON_PROPERTY_WARNING |
boolean |
unparsed |
| Constructor and Description |
|---|
DeviceAttributesInterfaceStatuses() |
| Modifier and Type | Method and Description |
|---|---|
DeviceAttributesInterfaceStatuses |
down(Long down) |
boolean |
equals(Object o)
Return true if this DeviceAttributesInterfaceStatuses 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 |
getDown()
The number of interfaces that are down
|
Long |
getOff()
The number of interfaces that are off
|
Long |
getUp()
The number of interfaces that are up
|
Long |
getWarning()
The number of interfaces that are in a warning state
|
int |
hashCode() |
DeviceAttributesInterfaceStatuses |
off(Long off) |
DeviceAttributesInterfaceStatuses |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setDown(Long down) |
void |
setOff(Long off) |
void |
setUp(Long up) |
void |
setWarning(Long warning) |
String |
toString() |
DeviceAttributesInterfaceStatuses |
up(Long up) |
DeviceAttributesInterfaceStatuses |
warning(Long warning) |
public boolean unparsed
public static final String JSON_PROPERTY_DOWN
public static final String JSON_PROPERTY_OFF
public static final String JSON_PROPERTY_UP
public static final String JSON_PROPERTY_WARNING
public DeviceAttributesInterfaceStatuses down(Long down)
@Nullable public Long getDown()
public void setDown(Long down)
public DeviceAttributesInterfaceStatuses off(Long off)
@Nullable public Long getOff()
public void setOff(Long off)
public DeviceAttributesInterfaceStatuses up(Long up)
@Nullable public Long getUp()
public void setUp(Long up)
public DeviceAttributesInterfaceStatuses warning(Long warning)
@Nullable public Long getWarning()
public void setWarning(Long warning)
public DeviceAttributesInterfaceStatuses 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.