public class CountStoresRequest
extends java.lang.Object
Constructor and Description |
---|
CountStoresRequest(java.lang.String appId,
java.lang.Boolean archived,
java.lang.Boolean shadow,
java.lang.String filter)
Constructs a new instance of the CountStoresRequest object
|
CountStoresRequest(java.lang.String appId,
java.lang.Boolean archived,
java.lang.Boolean shadow,
java.lang.String filter,
java.util.Date startDate,
java.util.Date endDate)
Constructs a new instance of the CountStoresRequest object
|
CountStoresRequest(java.lang.String appId,
java.lang.String filter)
Constructs a new instance of the CountStoresRequest object
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAppId()
An optional application id to narrow down results by app.
|
java.lang.Boolean |
getArchived()
If not null, will apply a filter on the query for stores on whether or not the Archive column is set to true or
false accordingly.
|
java.util.Date |
getEndDate()
If not null, then only rows updated BEFORE this timestamp will be returned.
|
java.lang.String |
getFilter()
This is an additional filter which may be applied to the query.
|
java.lang.Boolean |
getShadow()
If not null, will apply a filter on the query for stores on whether or not the Shadow column is set to true or
false accordingly.
|
java.util.Date |
getStartDate()
If not null, then only rows updated AFTER this timestamp will be returned.
|
void |
setAppId(java.lang.String appId)
An optional application id to narrow down results by app.
|
void |
setArchived(java.lang.Boolean archived)
If not null, will apply a filter on the query for stores on whether or not the Archive column is set to true or
false accordingly.
|
void |
setEndDate(java.util.Date endDate)
If not null, then only rows updated BEFORE this timestamp will be returned.
|
void |
setFilter(java.lang.String filter)
This is an additional filter which may be applied to the query.
|
void |
setShadow(java.lang.Boolean shadow)
If not null, will apply a filter on the query for stores on whether or not the Shadow column is set to true or
false accordingly.
|
void |
setStartDate(java.util.Date startDate)
If not null, then only rows updated AFTER this timestamp will be returned.
|
public CountStoresRequest(java.lang.String appId, java.lang.String filter)
appId
- An optional application id to narrow down results by app.filter
- An optional SQL filterpublic CountStoresRequest(java.lang.String appId, java.lang.Boolean archived, java.lang.Boolean shadow, java.lang.String filter)
appId
- An optional application id to narrow down results by app.archived
- If not null, will apply a filter on the query for stores on whether or not the Archive column is set to true or
false accordingly. Leave null to exclude this from the filter.shadow
- If not null, will apply a filter on the query for stores on whether or not the Shadow column is set to true or
false accordingly. Leave null to exclude this from the filter.filter
- This is an additional filter which may be applied to the query.public CountStoresRequest(java.lang.String appId, java.lang.Boolean archived, java.lang.Boolean shadow, java.lang.String filter, java.util.Date startDate, java.util.Date endDate)
appId
- An optional application id to narrow down results by app.archived
- If not null, will apply a filter on the query for stores on whether or not the Archive column is set to true or
false accordingly. Leave null to exclude this from the filter.shadow
- If not null, will apply a filter on the query for stores on whether or not the Shadow column is set to true or
false accordingly. Leave null to exclude this from the filter.filter
- This is an additional filter which may be applied to the query.startDate
- If not null, then only rows updated after this timestamp will be returned.endDate
- If not null, then only rows updated before this timestamp will be returned.public java.lang.String getAppId()
public void setAppId(java.lang.String appId)
appId
- public java.lang.Boolean getArchived()
public void setArchived(java.lang.Boolean archived)
archived
- public java.lang.Boolean getShadow()
public void setShadow(java.lang.Boolean shadow)
shadow
- public java.lang.String getFilter()
public void setFilter(java.lang.String filter)
filter
- public java.util.Date getStartDate()
public void setStartDate(java.util.Date startDate)
startDate
- public java.util.Date getEndDate()
public void setEndDate(java.util.Date endDate)
endDate
-