Class BaseLogJson

java.lang.Object
com.blackberry.workspaces.sdk.api.json.BaseJson
com.blackberry.workspaces.sdk.api.json.BaseLogJson
All Implemented Interfaces:
Serializable

public class BaseLogJson
extends BaseJson
Information about how to export a log.
See Also:
Serialized Form
  • Constructor Details

  • Method Details

    • 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