Class TestDataParams
-
- All Implemented Interfaces:
public final class TestDataParams
-
-
Field Summary
Fields Modifier and Type Field Description private BooleanisEnabledprivate final Map<String, String>valueByCodeprivate final Map<DataTypeCode, String>valueByType
-
Constructor Summary
Constructors Constructor Description TestDataParams()
-
Method Summary
Modifier and Type Method Description final BooleanisEnabled()final UnitsetEnabled(Boolean isEnabled)final Map<String, String>getValueByCode()final Map<DataTypeCode, String>getValueByType()final TestDataParamsenabled(Boolean value)final TestDataParamsvalueByCode(String code, String value)final TestDataParamsvalueByCode(Map<String, String> values)final TestDataParamsvalueByType(DataTypeCode type, String value)final TestDataParamscopy()-
-
Method Detail
-
setEnabled
final Unit setEnabled(Boolean isEnabled)
-
getValueByCode
final Map<String, String> getValueByCode()
-
getValueByType
final Map<DataTypeCode, String> getValueByType()
-
enabled
final TestDataParams enabled(Boolean value)
-
valueByCode
final TestDataParams valueByCode(String code, String value)
-
valueByCode
final TestDataParams valueByCode(Map<String, String> values)
-
valueByType
final TestDataParams valueByType(DataTypeCode type, String value)
-
copy
final TestDataParams copy()
-
-
-
-