Package de.qytera.qtaf.xray.dto.jira
Class SimpleListWrapperDto<T>
java.lang.Object
de.qytera.qtaf.xray.dto.jira.SimpleListWrapperDto<T>
- Type Parameters:
T- the list elements' type
A simple Jira list wrapper.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
SimpleListWrapperDto
public SimpleListWrapperDto()
-
-
Method Details
-
getSize
public int getSize() -
getMaxResults
public int getMaxResults() -
getItems
-
setSize
public void setSize(int size) -
setMaxResults
public void setMaxResults(int maxResults) -
setItems
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-