KeyInfoInner Class
- java.
lang. Object - com.
azure. resourcemanager. appservice. fluent. models. KeyInfoInner
- com.
Implements
public final class KeyInfoInner
implements JsonSerializable<KeyInfoInner>
Function key info.
Constructor Summary
Constructor | Description |
---|---|
KeyInfoInner() |
Creates an instance of Key |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Key |
fromJson(JsonReader jsonReader)
Reads an instance of Key |
String |
name()
Get the name property: Key name. |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
String |
value()
Get the value property: Key value. |
Key |
withName(String name)
Set the name property: Key name. |
Key |
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
fromJson
public static KeyInfoInner fromJson(JsonReader jsonReader)
Reads an instance of KeyInfoInner from the JsonReader.
Parameters:
Returns:
Throws:
name
public String name()
Get the name property: Key name.
Returns:
toJson
validate
public void validate()
Validates the instance.
value
public String value()
Get the value property: Key value.
Returns:
withName
public KeyInfoInner withName(String name)
Set the name property: Key name.
Parameters:
Returns:
withValue
public KeyInfoInner withValue(String value)
Set the value property: Key value.
Parameters:
Returns:
Applies to
Azure SDK for Java