public class UsageName extends Object
| Constructor and Description |
|---|
UsageName() |
| Modifier and Type | Method and Description |
|---|---|
String |
localizedValue()
Get the localizedValue value.
|
String |
value()
Get the value value.
|
UsageName |
withLocalizedValue(String localizedValue)
Set the localizedValue value.
|
UsageName |
withValue(String value)
Set the value value.
|
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.
*/