Class BaseLogJson
- java.lang.Object
-
- com.blackberry.workspaces.api.sdk.json.BaseJson
-
- com.blackberry.workspaces.api.sdk.json.BaseLogJson
-
- All Implemented Interfaces:
Serializable
public class BaseLogJson extends BaseJson
Information about how to export a log.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BaseLogJson()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Date
getAfter()
Include entries after this dateDate
getBefore()
Include entries before this datePaginationJson
getPaginationInfo()
void
setAfter(Date after)
Include entries after this datevoid
setBefore(Date before)
Include entries before this datevoid
setPaginationInfo(PaginationJson paginationInfo)
-
Methods inherited from class com.blackberry.workspaces.api.sdk.json.BaseJson
getObjType, setObjType, toString
-
-
-
-
Method Detail
-
getBefore
public Date getBefore()
Include entries before this date- Returns:
- Include entries before this date
-
setBefore
public void setBefore(Date before)
Include entries before this date- Parameters:
before
- Include entries before this date
-
getPaginationInfo
public PaginationJson getPaginationInfo()
-
setPaginationInfo
public void setPaginationInfo(PaginationJson paginationInfo)
-
getAfter
public Date getAfter()
Include entries after this date- Returns:
- Include entries after this date
-
setAfter
public void setAfter(Date after)
Include entries after this date- Parameters:
after
- Include entries after this date
-
-