DatadogInstallMethod Class
- java.
lang. Object - com.
azure. resourcemanager. datadog. models. DatadogInstallMethod
- com.
Implements
public final class DatadogInstallMethod
implements JsonSerializable<DatadogInstallMethod>
The DatadogInstallMethod model.
Constructor Summary
| Constructor | Description |
|---|---|
| DatadogInstallMethod() |
Creates an instance of Datadog |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Datadog |
fromJson(JsonReader jsonReader)
Reads an instance of Datadog |
| String |
installerVersion()
Get the installer |
|
Json |
toJson(JsonWriter jsonWriter) |
| 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
fromJson
public static DatadogInstallMethod fromJson(JsonReader jsonReader)
Reads an instance of DatadogInstallMethod from the JsonReader.
Parameters:
Returns:
Throws:
installerVersion
public String installerVersion()
Get the installerVersion property: The installer version.
Returns:
toJson
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: