public class SetValue extends Object
Constructor and Description |
---|
SetValue() |
Modifier and Type | Method and 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 © 2019. All rights reserved.