@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class GetDeviceAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_DESCRIPTION |
static String |
JSON_PROPERTY_DEVICE_TYPE |
static String |
JSON_PROPERTY_INTEGRATION |
static String |
JSON_PROPERTY_IP_ADDRESS |
static String |
JSON_PROPERTY_LOCATION |
static String |
JSON_PROPERTY_MODEL |
static String |
JSON_PROPERTY_NAME |
static String |
JSON_PROPERTY_OS_HOSTNAME |
static String |
JSON_PROPERTY_OS_NAME |
static String |
JSON_PROPERTY_OS_VERSION |
static String |
JSON_PROPERTY_PING_STATUS |
static String |
JSON_PROPERTY_PRODUCT_NAME |
static String |
JSON_PROPERTY_SERIAL_NUMBER |
static String |
JSON_PROPERTY_STATUS |
static String |
JSON_PROPERTY_SUBNET |
static String |
JSON_PROPERTY_SYS_OBJECT_ID |
static String |
JSON_PROPERTY_TAGS |
static String |
JSON_PROPERTY_VENDOR |
static String |
JSON_PROPERTY_VERSION |
boolean |
unparsed |
| Constructor and Description |
|---|
GetDeviceAttributes() |
| Modifier and Type | Method and Description |
|---|---|
GetDeviceAttributes |
addTagsItem(String tagsItem) |
GetDeviceAttributes |
description(String description) |
GetDeviceAttributes |
deviceType(String deviceType) |
boolean |
equals(Object o)
Return true if this GetDeviceAttributes 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.
|
String |
getDescription()
A description of the device.
|
String |
getDeviceType()
The type of the device.
|
String |
getIntegration()
The integration of the device.
|
String |
getIpAddress()
The IP address of the device.
|
String |
getLocation()
The location of the device.
|
String |
getModel()
The model of the device.
|
String |
getName()
The name of the device.
|
String |
getOsHostname()
The operating system hostname of the device.
|
String |
getOsName()
The operating system name of the device.
|
String |
getOsVersion()
The operating system version of the device.
|
String |
getPingStatus()
The ping status of the device.
|
String |
getProductName()
The product name of the device.
|
String |
getSerialNumber()
The serial number of the device.
|
String |
getStatus()
The status of the device.
|
String |
getSubnet()
The subnet of the device.
|
String |
getSysObjectId()
The device
sys_object_id. |
List<String> |
getTags()
A list of tags associated with the device.
|
String |
getVendor()
The vendor of the device.
|
String |
getVersion()
The version of the device.
|
int |
hashCode() |
GetDeviceAttributes |
integration(String integration) |
GetDeviceAttributes |
ipAddress(String ipAddress) |
GetDeviceAttributes |
location(String location) |
GetDeviceAttributes |
model(String model) |
GetDeviceAttributes |
name(String name) |
GetDeviceAttributes |
osHostname(String osHostname) |
GetDeviceAttributes |
osName(String osName) |
GetDeviceAttributes |
osVersion(String osVersion) |
GetDeviceAttributes |
pingStatus(String pingStatus) |
GetDeviceAttributes |
productName(String productName) |
GetDeviceAttributes |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
GetDeviceAttributes |
serialNumber(String serialNumber) |
void |
setDescription(String description) |
void |
setDeviceType(String deviceType) |
void |
setIntegration(String integration) |
void |
setIpAddress(String ipAddress) |
void |
setLocation(String location) |
void |
setModel(String model) |
void |
setName(String name) |
void |
setOsHostname(String osHostname) |
void |
setOsName(String osName) |
void |
setOsVersion(String osVersion) |
void |
setPingStatus(String pingStatus) |
void |
setProductName(String productName) |
void |
setSerialNumber(String serialNumber) |
void |
setStatus(String status) |
void |
setSubnet(String subnet) |
void |
setSysObjectId(String sysObjectId) |
void |
setTags(List<String> tags) |
void |
setVendor(String vendor) |
void |
setVersion(String version) |
GetDeviceAttributes |
status(String status) |
GetDeviceAttributes |
subnet(String subnet) |
GetDeviceAttributes |
sysObjectId(String sysObjectId) |
GetDeviceAttributes |
tags(List<String> tags) |
String |
toString() |
GetDeviceAttributes |
vendor(String vendor) |
GetDeviceAttributes |
version(String version) |
public boolean unparsed
public static final String JSON_PROPERTY_DESCRIPTION
public static final String JSON_PROPERTY_DEVICE_TYPE
public static final String JSON_PROPERTY_INTEGRATION
public static final String JSON_PROPERTY_IP_ADDRESS
public static final String JSON_PROPERTY_LOCATION
public static final String JSON_PROPERTY_MODEL
public static final String JSON_PROPERTY_NAME
public static final String JSON_PROPERTY_OS_HOSTNAME
public static final String JSON_PROPERTY_OS_NAME
public static final String JSON_PROPERTY_OS_VERSION
public static final String JSON_PROPERTY_PING_STATUS
public static final String JSON_PROPERTY_PRODUCT_NAME
public static final String JSON_PROPERTY_SERIAL_NUMBER
public static final String JSON_PROPERTY_STATUS
public static final String JSON_PROPERTY_SUBNET
public static final String JSON_PROPERTY_SYS_OBJECT_ID
public static final String JSON_PROPERTY_TAGS
public static final String JSON_PROPERTY_VENDOR
public static final String JSON_PROPERTY_VERSION
public GetDeviceAttributes description(String description)
@Nullable public String getDescription()
public void setDescription(String description)
public GetDeviceAttributes deviceType(String deviceType)
@Nullable public String getDeviceType()
public void setDeviceType(String deviceType)
public GetDeviceAttributes integration(String integration)
@Nullable public String getIntegration()
public void setIntegration(String integration)
public GetDeviceAttributes ipAddress(String ipAddress)
@Nullable public String getIpAddress()
public void setIpAddress(String ipAddress)
public GetDeviceAttributes location(String location)
@Nullable public String getLocation()
public void setLocation(String location)
public GetDeviceAttributes model(String model)
@Nullable public String getModel()
public void setModel(String model)
public GetDeviceAttributes name(String name)
@Nullable public String getName()
public void setName(String name)
public GetDeviceAttributes osHostname(String osHostname)
@Nullable public String getOsHostname()
public void setOsHostname(String osHostname)
public GetDeviceAttributes osName(String osName)
@Nullable public String getOsName()
public void setOsName(String osName)
public GetDeviceAttributes osVersion(String osVersion)
@Nullable public String getOsVersion()
public void setOsVersion(String osVersion)
public GetDeviceAttributes pingStatus(String pingStatus)
@Nullable public String getPingStatus()
public void setPingStatus(String pingStatus)
public GetDeviceAttributes productName(String productName)
@Nullable public String getProductName()
public void setProductName(String productName)
public GetDeviceAttributes serialNumber(String serialNumber)
@Nullable public String getSerialNumber()
public void setSerialNumber(String serialNumber)
public GetDeviceAttributes status(String status)
@Nullable public String getStatus()
public void setStatus(String status)
public GetDeviceAttributes subnet(String subnet)
@Nullable public String getSubnet()
public void setSubnet(String subnet)
public GetDeviceAttributes sysObjectId(String sysObjectId)
@Nullable public String getSysObjectId()
sys_object_id.public void setSysObjectId(String sysObjectId)
public GetDeviceAttributes tags(List<String> tags)
public GetDeviceAttributes addTagsItem(String tagsItem)
@Nullable public List<String> getTags()
public GetDeviceAttributes vendor(String vendor)
@Nullable public String getVendor()
public void setVendor(String vendor)
public GetDeviceAttributes version(String version)
@Nullable public String getVersion()
public void setVersion(String version)
public GetDeviceAttributes 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.