Class KeyInfoInner
- java.lang.Object
-
- com.azure.resourcemanager.appservice.fluent.models.KeyInfoInner
-
public final class KeyInfoInner extends Object
Function key info.
-
-
Constructor Summary
Constructors Constructor Description KeyInfoInner()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringname()Get the name property: Key name.voidvalidate()Validates the instance.Stringvalue()Get the value property: Key value.KeyInfoInnerwithName(String name)Set the name property: Key name.KeyInfoInnerwithValue(String value)Set the value property: Key value.
-
-
-
Method Detail
-
name
public String name()
Get the name property: Key name.- Returns:
- the name 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.
-
value
public String value()
Get the value property: Key value.- Returns:
- the value value.
-
withValue
public KeyInfoInner withValue(String value)
Set the value property: Key value.- Parameters:
value- the value value to set.- Returns:
- the KeyInfoInner object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-