NameValuePair Class

  • java.lang.Object
    • com.azure.resourcemanager.appservice.models.NameValuePair

public final class NameValuePair

Name value pair.

Constructor Summary

Constructor Description
NameValuePair()

Creates an instance of NameValuePair class.

Method Summary

Modifier and Type Method and Description
String name()

Get the name property: Pair name.

void validate()

Validates the instance.

String value()

Get the value property: Pair value.

NameValuePair withName(String name)

Set the name property: Pair name.

NameValuePair withValue(String value)

Set the value property: Pair value.

Methods inherited from java.lang.Object

Constructor Details

NameValuePair

public NameValuePair()

Creates an instance of NameValuePair class.

Method Details

name

public String name()

Get the name property: Pair name.

Returns:

the name value.

validate

public void validate()

Validates the instance.

value

public String value()

Get the value property: Pair value.

Returns:

the value value.

withName

public NameValuePair withName(String name)

Set the name property: Pair name.

Parameters:

name - the name value to set.

Returns:

the NameValuePair object itself.

withValue

public NameValuePair withValue(String value)

Set the value property: Pair value.

Parameters:

value - the value value to set.

Returns:

the NameValuePair object itself.

Applies to