Class CapsulesOutputV1

java.lang.Object
com.seeq.model.CapsulesOutputV1

public class CapsulesOutputV1 extends Object
Capsules from the formula result
  • Constructor Details

    • CapsulesOutputV1

      public CapsulesOutputV1()
  • Method Details

    • capsules

      public CapsulesOutputV1 capsules(List<CapsuleV1> capsules)
    • addCapsulesItem

      public CapsulesOutputV1 addCapsulesItem(CapsuleV1 capsulesItem)
    • getCapsules

      public List<CapsuleV1> getCapsules()
      The list of capsules
      Returns:
      capsules
    • setCapsules

      public void setCapsules(List<CapsuleV1> capsules)
    • keyUnitOfMeasure

      public CapsulesOutputV1 keyUnitOfMeasure(String keyUnitOfMeasure)
    • getKeyUnitOfMeasure

      public String getKeyUnitOfMeasure()
      The unit of measure for the capsule starts and ends. If left empty, input is assumed to be in ISO8601 format.
      Returns:
      keyUnitOfMeasure
    • setKeyUnitOfMeasure

      public void setKeyUnitOfMeasure(String keyUnitOfMeasure)
    • limit

      public CapsulesOutputV1 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 CapsulesOutputV1 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 CapsulesOutputV1 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 CapsulesOutputV1 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 CapsulesOutputV1 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)
    • warningCount

      public CapsulesOutputV1 warningCount(Integer warningCount)
    • getWarningCount

      public Integer getWarningCount()
      The total number of warnings that have occurred
      Returns:
      warningCount
    • setWarningCount

      public void setWarningCount(Integer warningCount)
    • warningLogs

      public CapsulesOutputV1 warningLogs(List<FormulaLogV1> warningLogs)
    • addWarningLogsItem

      public CapsulesOutputV1 addWarningLogsItem(FormulaLogV1 warningLogsItem)
    • getWarningLogs

      public List<FormulaLogV1> getWarningLogs()
      The Formula warning logs, which includes the text, line number, and column number where the warning occurred in addition to the warning details
      Returns:
      warningLogs
    • setWarningLogs

      public void setWarningLogs(List<FormulaLogV1> warningLogs)
    • 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