KeyInfoInner Class

  • java.lang.Object
    • com.azure.resourcemanager.appservice.fluent.models.KeyInfoInner

public final class KeyInfoInner

Function key info.

Constructor Summary

Constructor Description
KeyInfoInner()

Creates an instance of KeyInfoInner class.

Method Summary

Modifier and Type Method and Description
String name()

Get the name property: Key name.

void validate()

Validates the instance.

String value()

Get the value property: Key value.

KeyInfoInner withName(String name)

Set the name property: Key name.

KeyInfoInner withValue(String value)

Set the value property: Key value.

Methods inherited from java.lang.Object

Constructor Details

KeyInfoInner

public KeyInfoInner()

Creates an instance of KeyInfoInner class.

Method Details

name

public String name()

Get the name property: Key name.

Returns:

the name value.

validate

public void validate()

Validates the instance.

value

public String value()

Get the value property: Key value.

Returns:

the value value.

withName

public KeyInfoInner withName(String name)

Set the name property: Key name.

Parameters:

name - the name value to set.

Returns:

the KeyInfoInner object itself.

withValue

public KeyInfoInner withValue(String value)

Set the value property: Key value.

Parameters:

value - the value value to set.

Returns:

the KeyInfoInner object itself.

Applies to