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