public class BaseLogJson extends BaseJson
Constructor and Description |
---|
BaseLogJson() |
Modifier and Type | Method and Description |
---|---|
Date |
getAfter()
Include entries after this date
|
Date |
getBefore()
Include entries before this date
|
PaginationJson |
getPaginationInfo() |
void |
setAfter(Date after)
Include entries after this date
|
void |
setBefore(Date before)
Include entries before this date
|
void |
setPaginationInfo(PaginationJson paginationInfo) |
getObjType, setObjType, toString
public Date getBefore()
public void setBefore(Date before)
before
- Include entries before this datepublic PaginationJson getPaginationInfo()
public void setPaginationInfo(PaginationJson paginationInfo)
public Date getAfter()
public void setAfter(Date after)
after
- Include entries after this dateCopyright © 2019. All rights reserved.