Class JerseyCi
java.lang.Object
com.sportradar.unifiedodds.sdk.internal.caching.ci.JerseyCi
A cache representation of a jersey
-
Constructor Summary
ConstructorsConstructorDescriptionJerseyCi(com.sportradar.uf.sportsapi.datamodel.SapiJersey jersey) Initializes a newJerseyCiJerseyCi(ExportableJerseyCi exportable) -
Method Summary
Modifier and TypeMethodDescriptionexport()getBase()Returns the base color of the jerseyReturns the jersey 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 the jersey splitReturns the jersey split colorreturns information about the jersey squaresreturns the jersey squares colorReturns the jersey stripesReturns the jersey stripes colorgetType()Returns the jersey type
-
Constructor Details
-
JerseyCi
public JerseyCi(com.sportradar.uf.sportsapi.datamodel.SapiJersey jersey) Initializes a newJerseyCi- Parameters:
jersey- the API schema object which will be used to construct the instance
-
JerseyCi
-
-
Method Details
-
getBase
Returns the base color of the jersey- Returns:
- the base color of the jersey
-
getNumber
Returns the jersey number color- Returns:
- the jersey number color
-
getSleeve
Returns the sleeve color of the jersey- Returns:
- the sleeve color of the jersey
-
getType
Returns the jersey type- Returns:
- the jersey type
-
getStripesColor
Returns the jersey stripes color- Returns:
- the jersey stripes color
-
getSplitColor
Returns the jersey split color- Returns:
- the jersey split color
-
getShirtType
Returns the jersey shirt type- Returns:
- the jersey shirt type
-
getSleeveDetail
Returns the jersey sleeve detail- Returns:
- the jersey sleeve detail
-
getStripes
Returns the jersey stripes- Returns:
- the jersey stripes
-
getHorizontalStripes
Returns the jersey horizontal stripes- Returns:
- the jersey horizontal stripes
-
getHorizontalStripesColor
Returns the jersey horizontal stripes color- Returns:
- the jersey horizontal stripes color
-
getSquares
returns information about the jersey squares- Returns:
- information about the jersey squares
-
getSquaresColor
returns the jersey squares color- Returns:
- the jersey squares color
-
getSplit
Returns the jersey split- Returns:
- the jersey split
-
export
-