Class JerseyEntity
- java.lang.Object
-
- com.sportradar.livedata.sdk.feed.livescout.entities.JerseyEntity
-
- All Implemented Interfaces:
Serializable
public class JerseyEntity extends Object implements Serializable
A basic jersey representation- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getBase()
Returns the base jersey colorString
getHorizontalStripes()
Returns the horizontal stripes colorint
getJerseyType()
Returns the jersey typeString
getNumber()
Returns the jersey numberString
getOutline()
Returns the jersey outline colorString
getShirtType()
Returns the jersey shirty typeint
getSide()
Returns the jersey side colorString
getSleeve()
Returns the jersey sleeve colorString
getSplit()
Returns the jersey split colorString
getSquares()
Returns the jersey squares colorString
getVerticalStripes()
Returns the vertical stripes color
-
-
-
Method Detail
-
getBase
public String getBase()
Returns the base jersey color- Returns:
- the base jersey color
-
getHorizontalStripes
public String getHorizontalStripes()
Returns the horizontal stripes color- Returns:
- the horizontal stripes color
-
getJerseyType
public int getJerseyType()
Returns the jersey type- Returns:
- the jersey type
-
getNumber
public String getNumber()
Returns the jersey number- Returns:
- the jsersey number
-
getOutline
public String getOutline()
Returns the jersey outline color- Returns:
- the jersey outline color
-
getShirtType
public String 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
public String getSleeve()
Returns the jersey sleeve color- Returns:
- the jersey sleeve color
-
getSplit
public String getSplit()
Returns the jersey split color- Returns:
- the jersey split color
-
getSquares
public String getSquares()
Returns the jersey squares color- Returns:
- the jersey squares color
-
getVerticalStripes
public String getVerticalStripes()
Returns the vertical stripes color- Returns:
- the vertical stripes color
-
-