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