public class OverridingValue extends Object
| Constructor and Description |
|---|
OverridingValue(String value,
boolean isSecret)
Constructor that defines an OverridingValue.
|
public OverridingValue(String value, boolean isSecret)
value - the value of the overriding value.isSecret - whether the overriding value will be secret.public String value()
public boolean isSecret()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/