Class ReportParameter

java.lang.Object
com.hp.lft.report.ReportParameter
Direct Known Subclasses:
VerificationParameter

public class ReportParameter extends Object
Represents the parameter data used in the context of an SDK operation. This data is displayed to report.
  • Field Details

    • name

      public String name
      The name of the parameter.
    • value

      public Object value
      The value of the parameter.
  • Constructor Details

    • ReportParameter

      public ReportParameter()
      Create a new instance of ReportParameter.
    • ReportParameter

      public ReportParameter(String name, Object value)
      Create a new instance of ReportParameter with the given name and value.
      Parameters:
      name - the name of the parameter.
      value - the value of the parameter.