public class Parameter extends Pair<String,String>
ClientConfiguration
.Constructor and Description |
---|
Parameter(String name,
String value)
Creates a new parameter with the given name and value
|
Parameter(String name,
String value,
boolean maskValueWhenLogged)
Creates a new parameter with the given name and value
|
Modifier and Type | Method and Description |
---|---|
boolean |
maskValueWhenLogged()
Return true if the parameter values shall be masked when logged or in the result of method
toString() |
String |
toString() |
public Parameter(String name, String value)
name
- the name of the parametervalue
- the value of the parameterpublic Parameter(String name, String value, boolean maskValueWhenLogged)
name
- the name of the parametervalue
- the value of the parametermaskValueWhenLogged
- if true the value of this parameter will be masked when logged and also in the result
of method toString()
public boolean maskValueWhenLogged()
toString()
@enterprise 10.0.39049 Copyright © 2024 FREQUENTIS AG. All Rights Reserved.