public class Dota2MatchHistory extends Object
Dota2MatchHistory class.
Constructor and Description |
---|
Dota2MatchHistory() |
Modifier and Type | Method and Description |
---|---|
List<Dota2MatchHistoryInfo> |
getMatches()
Getter for the field
matches . |
int |
getNumResults()
Getter for the field
numResults . |
int |
getResultsRemaining()
Getter for the field
resultsRemaining . |
int |
getStatus()
Getter for the field
status . |
int |
getTotalResults()
Getter for the field
totalResults . |
void |
setMatches(List<Dota2MatchHistoryInfo> matches)
Setter for the field
matches . |
void |
setNumResults(int numResults)
Setter for the field
numResults . |
void |
setResultsRemaining(int resultsRemaining)
Setter for the field
resultsRemaining . |
void |
setStatus(int status)
Setter for the field
status . |
void |
setTotalResults(int totalResults)
Setter for the field
totalResults . |
String |
toString() |
public int getStatus()
Getter for the field status
.
public void setStatus(int status)
Setter for the field status
.
status
- The statuspublic int getNumResults()
Getter for the field numResults
.
public void setNumResults(int numResults)
Setter for the field numResults
.
numResults
- The num_resultspublic int getTotalResults()
Getter for the field totalResults
.
public void setTotalResults(int totalResults)
Setter for the field totalResults
.
totalResults
- The total_resultspublic int getResultsRemaining()
Getter for the field resultsRemaining
.
public void setResultsRemaining(int resultsRemaining)
Setter for the field resultsRemaining
.
resultsRemaining
- The results_remainingpublic List<Dota2MatchHistoryInfo> getMatches()
Getter for the field matches
.
public void setMatches(List<Dota2MatchHistoryInfo> matches)
Setter for the field matches
.
matches
- The matchesCopyright © 2016–2024. All rights reserved.