DatadogInstallMethod Class
- java.
lang. Object - com.
azure. resourcemanager. datadog. models. DatadogInstallMethod
- com.
public final class DatadogInstallMethod
The DatadogInstallMethod model.
Constructor Summary
| Constructor | Description |
|---|---|
| DatadogInstallMethod() |
Creates an instance of Datadog |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
installerVersion()
Get the installer |
| String |
tool()
Get the tool property: The tool. |
| String |
toolVersion()
Get the tool |
| void |
validate()
Validates the instance. |
|
Datadog |
withInstallerVersion(String installerVersion)
Set the installer |
|
Datadog |
withTool(String tool)
Set the tool property: The tool. |
|
Datadog |
withToolVersion(String toolVersion)
Set the tool |
Methods inherited from java.lang.Object
Constructor Details
DatadogInstallMethod
public DatadogInstallMethod()
Creates an instance of DatadogInstallMethod class.
Method Details
installerVersion
public String installerVersion()
Get the installerVersion property: The installer version.
Returns:
tool
public String tool()
Get the tool property: The tool.
Returns:
toolVersion
public String toolVersion()
Get the toolVersion property: The tool version.
Returns:
validate
public void validate()
Validates the instance.
withInstallerVersion
public DatadogInstallMethod withInstallerVersion(String installerVersion)
Set the installerVersion property: The installer version.
Parameters:
Returns:
withTool
public DatadogInstallMethod withTool(String tool)
Set the tool property: The tool.
Parameters:
Returns:
withToolVersion
public DatadogInstallMethod withToolVersion(String toolVersion)
Set the toolVersion property: The tool version.
Parameters:
Returns: