public static class ServiceModel.GetLabReportImportHistoryEvents extends Object implements net.servicestack.client.IReturn<ServiceModel.SearchResultLabReportImportHistoryEvent>, IPaginatedRequest
| Modifier and Type | Field and Description |
|---|---|
String |
Cursor |
List<String> |
LabReportIds |
Integer |
Limit |
String |
Sort |
| Constructor and Description |
|---|
GetLabReportImportHistoryEvents() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCursor() |
List<String> |
getLabReportIds() |
Integer |
getLimit() |
Object |
getResponseType() |
String |
getSort() |
ServiceModel.GetLabReportImportHistoryEvents |
setCursor(String value) |
ServiceModel.GetLabReportImportHistoryEvents |
setLabReportIds(List<String> value) |
ServiceModel.GetLabReportImportHistoryEvents |
setLimit(Integer value) |
ServiceModel.GetLabReportImportHistoryEvents |
setSort(String value) |
public String getCursor()
getCursor in interface IPaginatedRequestpublic ServiceModel.GetLabReportImportHistoryEvents setCursor(String value)
public ServiceModel.GetLabReportImportHistoryEvents setLabReportIds(List<String> value)
public Integer getLimit()
public ServiceModel.GetLabReportImportHistoryEvents setLimit(Integer value)
public String getSort()
public ServiceModel.GetLabReportImportHistoryEvents setSort(String value)
public Object getResponseType()
getResponseType in interface net.servicestack.client.IReturn<ServiceModel.SearchResultLabReportImportHistoryEvent>Copyright © 2022. All rights reserved.