Class EntriesListResult

java.lang.Object
net.atthegate.server.api.apiModels.EntriesListResult

public class EntriesListResult extends Object
Model for list results
  • Field Details

    • listOfEntries

      public List<NotificationApiEntry> listOfEntries
      List of found docs
    • cursorStr

      public String cursorStr
      Cursor for next page Null - if next page not present
    • params

      public Map params
    • maxEntriesCount

      public int maxEntriesCount
    • totalNumberFound

      public long totalNumberFound
      Entries search Max 10 000, if 10k than found more than 10k
  • Constructor Details

    • EntriesListResult

      public EntriesListResult()