ParameterInfo Class

  • java.lang.Object
    • com.azure.resourcemanager.devtestlabs.models.ParameterInfo

public final class ParameterInfo

Information about an artifact's parameter.

Constructor Summary

Constructor Description
ParameterInfo()

Creates an instance of ParameterInfo class.

Method Summary

Modifier and Type Method and Description
String name()

Get the name property: The name of the artifact parameter.

void validate()

Validates the instance.

String value()

Get the value property: The value of the artifact parameter.

ParameterInfo withName(String name)

Set the name property: The name of the artifact parameter.

ParameterInfo withValue(String value)

Set the value property: The value of the artifact parameter.

Methods inherited from java.lang.Object

Constructor Details

ParameterInfo

public ParameterInfo()

Creates an instance of ParameterInfo class.

Method Details

name

public String name()

Get the name property: The name of the artifact parameter.

Returns:

the name value.

validate

public void validate()

Validates the instance.

value

public String value()

Get the value property: The value of the artifact parameter.

Returns:

the value value.

withName

public ParameterInfo withName(String name)

Set the name property: The name of the artifact parameter.

Parameters:

name - the name value to set.

Returns:

the ParameterInfo object itself.

withValue

public ParameterInfo withValue(String value)

Set the value property: The value of the artifact parameter.

Parameters:

value - the value value to set.

Returns:

the ParameterInfo object itself.

Applies to