@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class HostMeta extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_AGENT_CHECKS |
static String |
JSON_PROPERTY_AGENT_VERSION |
static String |
JSON_PROPERTY_CPU_CORES |
static String |
JSON_PROPERTY_FBSD_V |
static String |
JSON_PROPERTY_GOHAI |
static String |
JSON_PROPERTY_INSTALL_METHOD |
static String |
JSON_PROPERTY_MAC_V |
static String |
JSON_PROPERTY_MACHINE |
static String |
JSON_PROPERTY_NIX_V |
static String |
JSON_PROPERTY_PLATFORM |
static String |
JSON_PROPERTY_PROCESSOR |
static String |
JSON_PROPERTY_PYTHON_V |
static String |
JSON_PROPERTY_SOCKET_FQDN |
static String |
JSON_PROPERTY_SOCKET_HOSTNAME |
static String |
JSON_PROPERTY_WIN_V |
boolean |
unparsed |
| Constructor and Description |
|---|
HostMeta() |
| Modifier and Type | Method and Description |
|---|---|
HostMeta |
addAgentChecksItem(List<Object> agentChecksItem) |
HostMeta |
addFbsdVItem(Object fbsdVItem) |
HostMeta |
addMacVItem(Object macVItem) |
HostMeta |
addNixVItem(Object nixVItem) |
HostMeta |
addWinVItem(Object winVItem) |
HostMeta |
agentChecks(List<List<Object>> agentChecks) |
HostMeta |
agentVersion(String agentVersion) |
HostMeta |
cpuCores(Long cpuCores) |
boolean |
equals(Object o)
Return true if this HostMeta object is equal to o.
|
HostMeta |
fbsdV(List<Object> fbsdV) |
Map<String,Object> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
|
List<List<Object>> |
getAgentChecks()
A list of Agent checks running on the host.
|
String |
getAgentVersion()
The Datadog Agent version.
|
Long |
getCpuCores()
The number of cores.
|
List<Object> |
getFbsdV()
An array of Mac versions.
|
String |
getGohai()
JSON string containing system information.
|
HostMetaInstallMethod |
getInstallMethod()
Agent install method.
|
String |
getMachine()
The machine architecture.
|
List<Object> |
getMacV()
An array of Mac versions.
|
List<Object> |
getNixV()
Array of Unix versions.
|
String |
getPlatform()
The OS platform.
|
String |
getProcessor()
The processor.
|
String |
getPythonV()
The Python version.
|
String |
getSocketFqdn()
The socket fqdn.
|
String |
getSocketHostname()
The socket hostname.
|
List<Object> |
getWinV()
An array of Windows versions.
|
HostMeta |
gohai(String gohai) |
int |
hashCode() |
HostMeta |
installMethod(HostMetaInstallMethod installMethod) |
HostMeta |
machine(String machine) |
HostMeta |
macV(List<Object> macV) |
HostMeta |
nixV(List<Object> nixV) |
HostMeta |
platform(String platform) |
HostMeta |
processor(String processor) |
HostMeta |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
HostMeta |
pythonV(String pythonV) |
void |
setAgentChecks(List<List<Object>> agentChecks) |
void |
setAgentVersion(String agentVersion) |
void |
setCpuCores(Long cpuCores) |
void |
setFbsdV(List<Object> fbsdV) |
void |
setGohai(String gohai) |
void |
setInstallMethod(HostMetaInstallMethod installMethod) |
void |
setMachine(String machine) |
void |
setMacV(List<Object> macV) |
void |
setNixV(List<Object> nixV) |
void |
setPlatform(String platform) |
void |
setProcessor(String processor) |
void |
setPythonV(String pythonV) |
void |
setSocketFqdn(String socketFqdn) |
void |
setSocketHostname(String socketHostname) |
void |
setWinV(List<Object> winV) |
HostMeta |
socketFqdn(String socketFqdn) |
HostMeta |
socketHostname(String socketHostname) |
String |
toString() |
HostMeta |
winV(List<Object> winV) |
public boolean unparsed
public static final String JSON_PROPERTY_AGENT_CHECKS
public static final String JSON_PROPERTY_AGENT_VERSION
public static final String JSON_PROPERTY_CPU_CORES
public static final String JSON_PROPERTY_FBSD_V
public static final String JSON_PROPERTY_GOHAI
public static final String JSON_PROPERTY_INSTALL_METHOD
public static final String JSON_PROPERTY_MAC_V
public static final String JSON_PROPERTY_MACHINE
public static final String JSON_PROPERTY_NIX_V
public static final String JSON_PROPERTY_PLATFORM
public static final String JSON_PROPERTY_PROCESSOR
public static final String JSON_PROPERTY_PYTHON_V
public static final String JSON_PROPERTY_SOCKET_FQDN
public static final String JSON_PROPERTY_SOCKET_HOSTNAME
public static final String JSON_PROPERTY_WIN_V
@Nullable public List<List<Object>> getAgentChecks()
@Nullable public String getAgentVersion()
public void setAgentVersion(String agentVersion)
@Nullable public Long getCpuCores()
public void setCpuCores(Long cpuCores)
@Nullable public String getGohai()
public void setGohai(String gohai)
public HostMeta installMethod(HostMetaInstallMethod installMethod)
@Nullable public HostMetaInstallMethod getInstallMethod()
public void setInstallMethod(HostMetaInstallMethod installMethod)
@Nullable public String getMachine()
public void setMachine(String machine)
@Nullable public String getPlatform()
public void setPlatform(String platform)
@Nullable public String getProcessor()
public void setProcessor(String processor)
@Nullable public String getPythonV()
public void setPythonV(String pythonV)
@Nullable public String getSocketFqdn()
public void setSocketFqdn(String socketFqdn)
@Nullable public String getSocketHostname()
public void setSocketHostname(String socketHostname)
public HostMeta 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.