Class DisplayOutputListV1

java.lang.Object
com.seeq.model.DisplayOutputListV1

public class DisplayOutputListV1 extends Object
DisplayOutputListV1
  • Constructor Details

    • DisplayOutputListV1

      public DisplayOutputListV1()
  • Method Details

    • displays

      public DisplayOutputListV1 displays(List<DisplayOutputV1> displays)
    • addDisplaysItem

      public DisplayOutputListV1 addDisplaysItem(DisplayOutputV1 displaysItem)
    • getDisplays

      public List<DisplayOutputV1> getDisplays()
      A list of display items
      Returns:
      displays
    • setDisplays

      public void setDisplays(List<DisplayOutputV1> displays)
    • limit

      public DisplayOutputListV1 limit(Integer limit)
    • getLimit

      public Integer getLimit()
      The pagination limit, the total number of collection items that will be returned in this page of results
      Returns:
      limit
    • setLimit

      public void setLimit(Integer limit)
    • next

      public DisplayOutputListV1 next(String next)
    • getNext

      public String getNext()
      The href of the next set of paginated results
      Returns:
      next
    • setNext

      public void setNext(String next)
    • offset

      public DisplayOutputListV1 offset(Integer offset)
    • getOffset

      public Integer getOffset()
      The pagination offset, the index of the first collection item that will be returned in this page of results
      Returns:
      offset
    • setOffset

      public void setOffset(Integer offset)
    • prev

      public DisplayOutputListV1 prev(String prev)
    • getPrev

      public String getPrev()
      The href of the previous set of paginated results
      Returns:
      prev
    • setPrev

      public void setPrev(String prev)
    • statusMessage

      public DisplayOutputListV1 statusMessage(String statusMessage)
    • getStatusMessage

      public String getStatusMessage()
      A plain language status message with information about any issues that may have been encountered during an operation. Null if the status message has not been set.
      Returns:
      statusMessage
    • setStatusMessage

      public void setStatusMessage(String statusMessage)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object