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