Class UsageName
- java.lang.Object
-
- com.microsoft.azure.management.network.UsageName
-
public class UsageName extends Object
The usage names.
-
-
Constructor Summary
Constructors Constructor Description UsageName()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringlocalizedValue()Get the localizedValue value.Stringvalue()Get the value value.UsageNamewithLocalizedValue(String localizedValue)Set the localizedValue value.UsageNamewithValue(String value)Set the value value.
-
-
-
Method Detail
-
value
public String value()
Get the value value.- Returns:
- the value value
-
withValue
public UsageName withValue(String value)
Set the value value.- Parameters:
value- the value value to set- Returns:
- the UsageName object itself.
-
localizedValue
public String localizedValue()
Get the localizedValue value.- Returns:
- the localizedValue value
-
-