-
public final class GenerateTestReportRequestRequest object containing input parameters for the PageDomain.generateTestReport command.
-
-
Constructor Summary
Constructors Constructor Description GenerateTestReportRequest(String message, String group)
-
Method Summary
Modifier and Type Method Description final Stringcomponent1()final Stringcomponent2()final GenerateTestReportRequestcopy(String message, String group)final StringgetMessage()Message to be displayed in the report. final StringgetGroup()Specifies the endpoint group to deliver the report to. -
-
Method Detail
-
component1
final String component1()
-
component2
final String component2()
-
copy
final GenerateTestReportRequest copy(String message, String group)
-
getMessage
final String getMessage()
Message to be displayed in the report.
-
-
-
-