public class AdminCustomerGroupSearchResult
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private AdminCustomerGroup[] |
customerGroups
the customer groups retrieved
|
private int |
maxGroupSize
maxGroupSize
|
private int |
offset
offset
|
private AdminCustomerGroupSearch |
search
search - the search that was used to get the results
|
private int |
totalSetSize
totalSetSize
|
Constructor and Description |
---|
AdminCustomerGroupSearchResult()
Constructor
|
Modifier and Type | Method and Description |
---|---|
AdminCustomerGroup[] |
getCustomerGroups() |
int |
getMaxGroupSize() |
int |
getOffset() |
AdminCustomerGroupSearch |
getSearch() |
int |
getTotalSetSize() |
void |
setCustomerGroups(AdminCustomerGroup[] customerGroups) |
void |
setMaxGroupSize(int maxGroupSize) |
void |
setOffset(int offset) |
void |
setSearch(AdminCustomerGroupSearch search) |
void |
setTotalSetSize(int totalSetSize) |
java.lang.String |
toString() |
java.lang.String |
toStringBrief() |
private AdminCustomerGroupSearch search
private AdminCustomerGroup[] customerGroups
private int offset
private int maxGroupSize
private int totalSetSize
public AdminCustomerGroupSearchResult()
public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String toStringBrief()
public int getOffset()
public void setOffset(int offset)
offset
- the offset to setpublic int getMaxGroupSize()
public void setMaxGroupSize(int maxGroupSize)
maxGroupSize
- the maxGroupSize to setpublic int getTotalSetSize()
public void setTotalSetSize(int totalSetSize)
totalSetSize
- the totalSetSize to setpublic AdminCustomerGroupSearch getSearch()
public void setSearch(AdminCustomerGroupSearch search)
search
- The search to set.public AdminCustomerGroup[] getCustomerGroups()
public void setCustomerGroups(AdminCustomerGroup[] customerGroups)
customerGroups
- The customerGroups to set.Copyright © 2018 DS Data Systems UK Ltd.