Class LocalizableStringInner
java.lang.Object
com.azure.resourcemanager.monitor.fluent.models.LocalizableStringInner
The localizable string class.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of LocalizableStringInner class. -
Method Summary
Modifier and TypeMethodDescriptionGet the localizedValue property: the locale specific value.voidvalidate()Validates the instance.value()Get the value property: the invariant value.withLocalizedValue(String localizedValue) Set the localizedValue property: the locale specific value.Set the value property: the invariant value.
-
Constructor Details
-
LocalizableStringInner
public LocalizableStringInner()Creates an instance of LocalizableStringInner class.
-
-
Method Details
-
value
Get the value property: the invariant value.- Returns:
- the value value.
-
withValue
Set the value property: the invariant value.- Parameters:
value- the value value to set.- Returns:
- the LocalizableStringInner object itself.
-
localizedValue
Get the localizedValue property: the locale specific value.- Returns:
- the localizedValue value.
-
withLocalizedValue
Set the localizedValue property: the locale specific value.- Parameters:
localizedValue- the localizedValue value to set.- Returns:
- the LocalizableStringInner object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-