public final class KeyInfoInner extends Object
| Constructor and Description |
|---|
KeyInfoInner() |
| 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.
|
public String name()
public KeyInfoInner withName(String name)
name - the name value to set.public String value()
public KeyInfoInner withValue(String value)
value - the value value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.