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