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