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