Package com.hp.lft.report
Class ReportParameter
java.lang.Object
com.hp.lft.report.ReportParameter
- Direct Known Subclasses:
VerificationParameter
Represents the parameter data used in the context of an SDK operation.
This data is displayed to report.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionCreate a new instance ofReportParameter
.ReportParameter
(String name, Object value) Create a new instance ofReportParameter
with the given name and value. -
Method Summary
-
Field Details
-
name
The name of the parameter. -
value
The value of the parameter.
-
-
Constructor Details
-
ReportParameter
public ReportParameter()Create a new instance ofReportParameter
. -
ReportParameter
Create a new instance ofReportParameter
with the given name and value.- Parameters:
name
- the name of the parameter.value
- the value of the parameter.
-