public class VariableReport extends Variable
Constructor and description |
---|
VariableReport
(String value, String name, boolean isMasked, boolean isDefaultValue) |
Type Params | Return Type | Name and description |
---|---|---|
|
public static VariableReport |
defaultValue(String value, String name, boolean isMasked) |
|
public String |
getDisplayReportName() |
|
public String |
getValue() |
|
public void |
setValue(String value) |
|
public static VariableReport |
value(String value, String name, boolean isMasked) |
Methods inherited from class | Name |
---|---|
class Variable |
getDefaultValue, getName, isMasked, setDefaultValue, setMasked, setName |