SignalRServiceUsageName Class
- java.
lang. Object - com.
azure. resourcemanager. webpubsub. models. SignalRServiceUsageName
- com.
Implements
public final class SignalRServiceUsageName
implements JsonSerializable<SignalRServiceUsageName>
Localizable String object containing the name and a localized value.
Constructor Summary
| Constructor | Description |
|---|---|
| SignalRServiceUsageName() |
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
SignalRServiceUsageName
public SignalRServiceUsageName()
Creates an instance of SignalRServiceUsageName class.
Method Details
fromJson
public static SignalRServiceUsageName fromJson(JsonReader jsonReader)
Reads an instance of SignalRServiceUsageName 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 SignalRServiceUsageName withLocalizedValue(String localizedValue)
Set the localizedValue property: Localized name of the usage.
Parameters:
Returns:
withValue
public SignalRServiceUsageName withValue(String value)
Set the value property: The identifier of the usage.
Parameters:
Returns: