Class JerseyEntity
java.lang.Object
com.sportradar.livedata.sdk.feed.livescout.entities.JerseyEntity
- All Implemented Interfaces:
Serializable
A basic jersey representation
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptiongetBase()
Returns the base jersey colorReturns the horizontal stripes colorint
Returns the jersey typeReturns the jersey numberReturns the jersey outline colorReturns the jersey shirty typeint
getSide()
Returns the jersey side colorReturns the jersey sleeve colorgetSplit()
Returns the jersey split colorReturns the jersey squares colorReturns the vertical stripes color
-
Method Details
-
getBase
Returns the base jersey color- Returns:
- the base jersey color
-
getHorizontalStripes
Returns the horizontal stripes color- Returns:
- the horizontal stripes color
-
getJerseyType
public int getJerseyType()Returns the jersey type- Returns:
- the jersey type
-
getNumber
Returns the jersey number- Returns:
- the jsersey number
-
getOutline
Returns the jersey outline color- Returns:
- the jersey outline color
-
getShirtType
Returns the jersey shirty type- Returns:
- the jersey shirty type
-
getSide
public int getSide()Returns the jersey side color- Returns:
- the jersey side color
-
getSleeve
Returns the jersey sleeve color- Returns:
- the jersey sleeve color
-
getSplit
Returns the jersey split color- Returns:
- the jersey split color
-
getSquares
Returns the jersey squares color- Returns:
- the jersey squares color
-
getVerticalStripes
Returns the vertical stripes color- Returns:
- the vertical stripes color
-