@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class HostMetaInstallMethod extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_INSTALLER_VERSION |
static String |
JSON_PROPERTY_TOOL |
static String |
JSON_PROPERTY_TOOL_VERSION |
boolean |
unparsed |
| Constructor and Description |
|---|
HostMetaInstallMethod() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Return true if this HostMetaInstallMethod 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 |
getInstallerVersion()
The installer version.
|
String |
getTool()
Tool used to install the agent.
|
String |
getToolVersion()
The tool version.
|
int |
hashCode() |
HostMetaInstallMethod |
installerVersion(String installerVersion) |
HostMetaInstallMethod |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setInstallerVersion(String installerVersion) |
void |
setTool(String tool) |
void |
setToolVersion(String toolVersion) |
HostMetaInstallMethod |
tool(String tool) |
HostMetaInstallMethod |
toolVersion(String toolVersion) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_INSTALLER_VERSION
public static final String JSON_PROPERTY_TOOL
public static final String JSON_PROPERTY_TOOL_VERSION
public HostMetaInstallMethod installerVersion(String installerVersion)
@Nullable public String getInstallerVersion()
public void setInstallerVersion(String installerVersion)
public HostMetaInstallMethod tool(String tool)
@Nullable public String getTool()
public void setTool(String tool)
public HostMetaInstallMethod toolVersion(String toolVersion)
@Nullable public String getToolVersion()
public void setToolVersion(String toolVersion)
public HostMetaInstallMethod 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.