public class UsageName extends Object
| Constructor and Description |
|---|
UsageName() |
| Modifier and Type | Method and Description |
|---|---|
String |
localizedValue()
Get a localized string describing the resource name.
|
String |
value()
Get a string describing the resource name.
|
UsageName |
withLocalizedValue(String localizedValue)
Set a localized string describing the resource name.
|
UsageName |
withValue(String value)
Set a string describing the resource name.
|
public String value()
public UsageName withValue(String value)
value - the value value to setpublic String localizedValue()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/