KeyValuePairStringObject Class
- java.
lang. Object - com.
azure. resourcemanager. appservice. models. KeyValuePairStringObject
- com.
Implements
public final class KeyValuePairStringObject
implements JsonSerializable<KeyValuePairStringObject>
The KeyValuePairStringObject model.
Constructor Summary
Constructor | Description |
---|---|
KeyValuePairStringObject() |
Creates an instance of Key |
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
Constructor Details
KeyValuePairStringObject
public KeyValuePairStringObject()
Creates an instance of KeyValuePairStringObject class.
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:
Applies to
Azure SDK for Java