public class ResponseTimeInitialMatchSearchResult extends Object
| Constructor and Description |
|---|
ResponseTimeInitialMatchSearchResult(MatchWindowDataWithScreenshot theMatch,
MatchWindowDataWithScreenshot lastNonMatch) |
| Modifier and Type | Method and Description |
|---|---|
MatchWindowDataWithScreenshot |
getLastNonMatch() |
MatchWindowDataWithScreenshot |
getTheMatch() |
public ResponseTimeInitialMatchSearchResult(MatchWindowDataWithScreenshot theMatch, MatchWindowDataWithScreenshot lastNonMatch)
theMatch - The match data for which there was a match in the
initial match search phase, or null if there
was no match.lastNonMatch - The last match data for which there was no match,
or null if there was no failed match.public MatchWindowDataWithScreenshot getTheMatch()
null if there was no match.public MatchWindowDataWithScreenshot getLastNonMatch()
null if there was no failed match.Copyright © 2016. All rights reserved.