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