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