java.lang.Object
tr.com.havelsan.javarch.data.commons.pageable.HvlPageable
tr.com.havelsan.javarch.log.search.cloud.client.model.HvlLogSearchPage
All Implemented Interfaces:
Serializable

public class HvlLogSearchPage extends tr.com.havelsan.javarch.data.commons.pageable.HvlPageable
Paging for Log Search Queries.
See Also:
  • Constructor Details

    • HvlLogSearchPage

      public HvlLogSearchPage()
      Instantiates a new HvlLogSearchPage.
    • HvlLogSearchPage

      public HvlLogSearchPage(Integer pageNumber, Integer pageSize)
      Instantiates a new HvlLogSearchPage.
      Parameters:
      pageNumber - the page number
      pageSize - the page size
    • HvlLogSearchPage

      public HvlLogSearchPage(Integer pageNumber, Integer pageSize, tr.com.havelsan.javarch.data.commons.pageable.HvlDirection direction, String[] properties)
      Instantiates a new HvlLogSearchPage.
      Parameters:
      pageNumber - the page number
      pageSize - the page size
      direction - the direction
      properties - the properties
  • Method Details

    • getPropertiesMap

      public Map<String,HvlLogSearchDataType> getPropertiesMap()
      Gets properties map.
      Returns:
      the properties map
    • setPropertiesMap

      public void setPropertiesMap(Map<String,HvlLogSearchDataType> propertiesMap)
      Sets properties map.
      Parameters:
      propertiesMap - the properties map