Class JerseyImpl
java.lang.Object
com.sportradar.unifiedodds.sdk.internal.impl.entities.JerseyImpl
- All Implemented Interfaces:
Jersey
A base implementation describing a jersey
-
Field Summary
Fields inherited from interface com.sportradar.unifiedodds.sdk.entities.Jersey
METHOD_NOT_IMPLEMENTED -
Method Summary
Modifier and TypeMethodDescriptiongetBase()Returns the base color of the jerseyReturns the jersey has horizontal stripesReturns the jersey horizontal stripes colorReturns the jersey number colorReturns the jersey shirt typeReturns the sleeve color of the jerseyReturns the jersey sleeve detailgetSplit()returns information about the jersey splitReturns the jersey split colorreturns information about the jersey squaresreturns information about the jersey squaresReturns the jersey has stripesReturns the jersey stripes colorgetType()Returns the jersey typetoString()
-
Method Details
-
getBase
Returns the base color of the jersey -
getNumber
Returns the jersey number color -
getSleeve
Returns the sleeve color of the jersey -
getType
Returns the jersey type -
getStripesColor
Returns the jersey stripes color- Specified by:
getStripesColorin interfaceJersey- Returns:
- the jersey stripes color
-
getSplitColor
Returns the jersey split color- Specified by:
getSplitColorin interfaceJersey- Returns:
- the jersey split color
-
getShirtType
Returns the jersey shirt type- Specified by:
getShirtTypein interfaceJersey- Returns:
- the jersey shirt type
-
getSleeveDetail
Returns the jersey sleeve detail- Specified by:
getSleeveDetailin interfaceJersey- Returns:
- the jersey sleeve detail
-
getStripes
Returns the jersey has stripes- Specified by:
getStripesin interfaceJersey- Returns:
- the jersey has stripes
-
getHorizontalStripes
Returns the jersey has horizontal stripes- Specified by:
getHorizontalStripesin interfaceJersey- Returns:
- the jersey has horizontal stripes
-
getHorizontalStripesColor
Returns the jersey horizontal stripes color- Specified by:
getHorizontalStripesColorin interfaceJersey- Returns:
- the jersey horizontal stripes color
-
getSquares
returns information about the jersey squares- Specified by:
getSquaresin interfaceJersey- Returns:
- information about the jersey squares
-
getSquaresColor
returns information about the jersey squares- Specified by:
getSquaresColorin interfaceJersey- Returns:
- information about the jersey squares
-
getSplit
returns information about the jersey split -
toString
-