KeyValuePairStringObject Class
- java.
lang. Object - com.
azure. resourcemanager. appservice. models. KeyValuePairStringObject
- com.
Implements
public final class KeyValuePairStringObject
implements JsonSerializable<KeyValuePairStringObject>
The KeyValuePairStringObject model.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Key |
fromJson(JsonReader jsonReader)
Reads an instance of Key |
| String |
key()
Get the key property: The key property. |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
| Object |
value()
Get the value property: Any object. |
Methods inherited from java.lang.Object
Method Details
fromJson
public static KeyValuePairStringObject fromJson(JsonReader jsonReader)
Reads an instance of KeyValuePairStringObject from the JsonReader.
Parameters:
Returns:
Throws:
key
public String key()
Get the key property: The key property.
Returns:
toJson
validate
public void validate()
Validates the instance.
value
public Object value()
Get the value property: Any object.
Returns: