public class PeriodScoreDto extends Object
Modifier and Type | Method and Description |
---|---|
BigDecimal |
getAwayScore()
Returns the score of the away team in the period represented by the current instance
|
BigDecimal |
getHomeScore()
Returns the score of the home team in the period represented by the current instance
|
int |
getMatchStatusCode()
Returns the match status code of the period represented by the current instance
|
Integer |
getPeriodNumber()
Returns the sequence number of the period represented by the current instance
|
String |
getPeriodType()
Returns the type of the period represented by the current instance
|
String |
toString()
Returns a
String describing the current PeriodScoreDto instance |
public BigDecimal getHomeScore()
public BigDecimal getAwayScore()
public Integer getPeriodNumber()
public int getMatchStatusCode()
public String getPeriodType()
public String toString()
String
describing the current PeriodScoreDto
instancetoString
in class Object
String
describing the current PeriodScoreDto
instanceCopyright © 2016–2025. All rights reserved.