Class PagedResource<T extends Serializable>

java.lang.Object
org.oxerr.viagogo.model.response.Resource
org.oxerr.viagogo.model.response.PagedResource<T>
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
Webhooks

public class PagedResource<T extends Serializable> extends Resource
See Also:
  • Constructor Details

    • PagedResource

      public PagedResource()
  • Method Details

    • getTotalItems

      public Integer getTotalItems()
    • setTotalItems

      public void setTotalItems(Integer totalItems)
    • getPage

      public Integer getPage()
    • setPage

      public void setPage(Integer page)
    • getPageSize

      public Integer getPageSize()
    • setPageSize

      public void setPageSize(Integer pageSize)
    • getDeletedItems

      public List<T> getDeletedItems()
    • setDeletedItems

      public void setDeletedItems(List<T> deletedItems)
    • getItems

      public List<T> getItems()
    • setItems

      public void setItems(List<T> items)
    • getNextLink

      @CheckForNull public io.openapitools.jackson.dataformat.hal.HALLink getNextLink()
    • setNextLink

      public void setNextLink(io.openapitools.jackson.dataformat.hal.HALLink nextLink)
    • getPrevLink

      @CheckForNull public io.openapitools.jackson.dataformat.hal.HALLink getPrevLink()
    • setPrevLink

      public void setPrevLink(io.openapitools.jackson.dataformat.hal.HALLink prevLink)
    • getFirstLink

      @CheckForNull public io.openapitools.jackson.dataformat.hal.HALLink getFirstLink()
    • setFirstLink

      public void setFirstLink(io.openapitools.jackson.dataformat.hal.HALLink firstLink)
    • getLastLink

      @CheckForNull public io.openapitools.jackson.dataformat.hal.HALLink getLastLink()
    • setLastLink

      public void setLastLink(io.openapitools.jackson.dataformat.hal.HALLink lastLink)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Resource
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Resource