@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.
|
String |
getInstallerVersion()
The installer version.
|
String |
getTool()
Tool used to install the agent.
|
String |
getToolVersion()
The tool version.
|
int |
hashCode() |
HostMetaInstallMethod |
installerVersion(String installerVersion) |
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 boolean equals(Object o)
Copyright © 2023. All rights reserved.