public class AdminCustomerTagSearchResult
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private AdminCustomerTag[] |
customerTags
the Customer Tags retrieved
|
private int |
maxGroupSize
maxGroupSize
|
private int |
offset
offset
|
private AdminCustomerTagSearch |
search
search - the search that was used to get the results
|
private int |
totalSetSize
totalSetSize
|
Constructor and Description |
---|
AdminCustomerTagSearchResult()
Constructor
|
Modifier and Type | Method and Description |
---|---|
AdminCustomerTag[] |
getCustomerTags() |
int |
getMaxGroupSize() |
int |
getOffset() |
AdminCustomerTagSearch |
getSearch() |
int |
getTotalSetSize() |
void |
setCustomerTags(AdminCustomerTag[] customerTags) |
void |
setMaxGroupSize(int maxGroupSize) |
void |
setOffset(int offset) |
void |
setSearch(AdminCustomerTagSearch search) |
void |
setTotalSetSize(int totalSetSize) |
java.lang.String |
toString() |
private AdminCustomerTagSearch search
private AdminCustomerTag[] customerTags
private int offset
private int maxGroupSize
private int totalSetSize
public java.lang.String toString()
toString
in class java.lang.Object
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 AdminCustomerTagSearch getSearch()
public void setSearch(AdminCustomerTagSearch search)
search
- the search to setpublic AdminCustomerTag[] getCustomerTags()
public void setCustomerTags(AdminCustomerTag[] customerTags)
customerTags
- the customerTags to setCopyright © 2018 DS Data Systems UK Ltd.