SettingLabel Class
- java.
lang. Object - com.
azure. data. appconfiguration. models. SettingLabel
- com.
Implements
public final class SettingLabel
implements JsonSerializable<SettingLabel>
The SettingLabel model.
Constructor Summary
Constructor | Description |
---|---|
SettingLabel() |
Creates an instance of Setting |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Setting |
fromJson(JsonReader jsonReader)
Reads an instance of Setting |
String |
getName()
Get the name property: The name of the label. |
Json |
toJson(JsonWriter jsonWriter) |
Methods inherited from java.lang.Object
Constructor Details
SettingLabel
public SettingLabel()
Creates an instance of SettingLabel class.
Method Details
fromJson
public static SettingLabel fromJson(JsonReader jsonReader)
Reads an instance of SettingLabel from the JsonReader.
Parameters:
Returns:
Throws:
getName
public String getName()
Get the name property: The name of the label.
Returns: