public class SetValue extends Object
| Constructor | Description |
|---|---|
SetValue() |
| Modifier and Type | Method | Description |
|---|---|---|
Boolean |
isSecret() |
Get flag to indicate whether the value represents a secret or not.
|
String |
name() |
Get the name of the overridable value.
|
String |
value() |
Get the overridable value.
|
SetValue |
withIsSecret(Boolean isSecret) |
Set flag to indicate whether the value represents a secret or not.
|
SetValue |
withName(String name) |
Set the name of the overridable value.
|
SetValue |
withValue(String value) |
Set the overridable value.
|
public String name()
public SetValue withName(String name)
name - the name value to setpublic String value()
public SetValue withValue(String value)
value - the value value to setpublic Boolean isSecret()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/