Class KeyValuePairStringObject
- java.lang.Object
-
- com.azure.resourcemanager.appservice.models.KeyValuePairStringObject
-
public final class KeyValuePairStringObject extends Object
The KeyValuePairStringObject model.
-
-
Constructor Summary
Constructors Constructor Description KeyValuePairStringObject()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringkey()Get the key property: The key property.voidvalidate()Validates the instance.Objectvalue()Get the value property: Any object.
-
-
-
Method Detail
-
key
public String key()
Get the key property: The key property.- Returns:
- the key value.
-
value
public Object value()
Get the value property: Any object.- Returns:
- the value value.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-