public class MatchList extends Dto implements java.io.Serializable
Constructor and Description |
---|
MatchList() |
Modifier and Type | Method and Description |
---|---|
int |
getEndIndex() |
java.util.List<MatchReference> |
getMatches() |
int |
getStartIndex() |
int |
getTotalGames() |
java.lang.String |
toString() |
toString, toStringVerbosely
public int getEndIndex()
public int getStartIndex()
public int getTotalGames()
public java.util.List<MatchReference> getMatches()
public java.lang.String toString()
toString
in class java.lang.Object