public static class ServiceModel.SearchResultLabReport extends Object implements IPaginatedResponse<ServiceModel.LabReport>
| Modifier and Type | Field and Description |
|---|---|
String |
Cursor |
List<ServiceModel.LabReport> |
DomainObjects |
Integer |
TotalCount |
| Constructor and Description |
|---|
SearchResultLabReport() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCursor() |
List<ServiceModel.LabReport> |
getDomainObjects() |
Integer |
getTotalCount() |
ServiceModel.SearchResultLabReport |
setCursor(String value) |
ServiceModel.SearchResultLabReport |
setDomainObjects(List<ServiceModel.LabReport> value) |
ServiceModel.SearchResultLabReport |
setTotalCount(Integer value) |
public Integer TotalCount
public String Cursor
public List<ServiceModel.LabReport> DomainObjects
public Integer getTotalCount()
getTotalCount in interface IPaginatedResponse<ServiceModel.LabReport>public ServiceModel.SearchResultLabReport setTotalCount(Integer value)
public String getCursor()
getCursor in interface IPaginatedResponse<ServiceModel.LabReport>public ServiceModel.SearchResultLabReport setCursor(String value)
public List<ServiceModel.LabReport> getDomainObjects()
getDomainObjects in interface IPaginatedResponse<ServiceModel.LabReport>public ServiceModel.SearchResultLabReport setDomainObjects(List<ServiceModel.LabReport> value)
Copyright © 2022. All rights reserved.