Class SimpleListWrapperDto<T>

java.lang.Object
de.qytera.qtaf.xray.dto.jira.SimpleListWrapperDto<T>
Type Parameters:
T - the list elements' type

public class SimpleListWrapperDto<T> extends Object
A simple Jira list wrapper.
See Also:
  • Constructor Details

    • SimpleListWrapperDto

      public SimpleListWrapperDto()
  • Method Details

    • getSize

      public int getSize()
    • getMaxResults

      public int getMaxResults()
    • getItems

      public List<T> getItems()
    • setSize

      public void setSize(int size)
    • setMaxResults

      public void setMaxResults(int maxResults)
    • setItems

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

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

      protected boolean canEqual(Object other)
    • hashCode

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

      public String toString()
      Overrides:
      toString in class Object