Name Class
- java.
lang. Object - com.
azure. resourcemanager. sql. models. Name
- com.
Implements
public final class Name
implements JsonSerializable<Name>
ARM Usage Name.
Constructor Summary
Constructor | Description |
---|---|
Name() |
Creates an instance of Name class. |
Method Summary
Modifier and Type | Method and Description |
---|---|
static Name |
fromJson(JsonReader jsonReader)
Reads an instance of Name from the Json |
String |
localizedValue()
Get the localized |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
String |
value()
Get the value property: Usage name value. |
Name |
withLocalizedValue(String localizedValue)
Set the localized |
Name |
withValue(String value)
Set the value property: Usage name value. |
Methods inherited from java.lang.Object
Constructor Details
Name
public Name()
Creates an instance of Name class.
Method Details
fromJson
public static Name fromJson(JsonReader jsonReader)
Reads an instance of Name from the JsonReader.
Parameters:
Returns:
Throws:
localizedValue
public String localizedValue()
Get the localizedValue property: Usage name localized value.
Returns:
toJson
validate
public void validate()
Validates the instance.
value
public String value()
Get the value property: Usage name value.
Returns:
withLocalizedValue
public Name withLocalizedValue(String localizedValue)
Set the localizedValue property: Usage name localized value.
Parameters:
Returns:
withValue
public Name withValue(String value)
Set the value property: Usage name value.
Parameters:
Returns: