public class SessionReport extends Object
| Constructor and Description |
|---|
SessionReport(String id,
String projectId,
String userId,
String deviceDescriptorId,
String usage,
long appId,
long frameworkAppId,
String testFrameworkType,
String testFrameworkVersion,
List<Integer> testReportIds,
List<Integer> testIds,
long batchId,
LocalDateTime startDateTime,
LocalDateTime endDateTime,
long durationInSeconds) |
| Modifier and Type | Method and Description |
|---|---|
long |
getAppId() |
long |
getBatchId() |
String |
getDeviceDescriptorId() |
long |
getDurationInSeconds() |
LocalDateTime |
getEndDateTime() |
long |
getFrameworkAppId() |
String |
getId() |
String |
getProjectId() |
LocalDateTime |
getStartDateTime() |
String |
getTestFrameworkType() |
String |
getTestFrameworkVersion() |
List<Integer> |
getTestIds() |
List<Integer> |
getTestReportIds() |
String |
getUsage() |
String |
getUserId() |
public SessionReport(String id, String projectId, String userId, String deviceDescriptorId, String usage, long appId, long frameworkAppId, String testFrameworkType, String testFrameworkVersion, List<Integer> testReportIds, List<Integer> testIds, long batchId, LocalDateTime startDateTime, LocalDateTime endDateTime, long durationInSeconds)
public String getId()
public String getProjectId()
public String getUserId()
public String getDeviceDescriptorId()
public String getUsage()
public long getAppId()
public long getFrameworkAppId()
public String getTestFrameworkType()
public String getTestFrameworkVersion()
public long getBatchId()
public LocalDateTime getStartDateTime()
public LocalDateTime getEndDateTime()
public long getDurationInSeconds()
Copyright © 2018. All rights reserved.