java.lang.Object
com.sportradar.unifiedodds.sdk.internal.caching.ci.JerseyCi

public class JerseyCi extends Object
A cache representation of a jersey
  • Constructor Details

    • JerseyCi

      public JerseyCi(com.sportradar.uf.sportsapi.datamodel.SapiJersey jersey)
      Initializes a new JerseyCi
      Parameters:
      jersey - the API schema object which will be used to construct the instance
    • JerseyCi

      public JerseyCi(ExportableJerseyCi exportable)
  • Method Details

    • getBase

      public String getBase()
      Returns the base color of the jersey
      Returns:
      the base color of the jersey
    • getNumber

      public String getNumber()
      Returns the jersey number color
      Returns:
      the jersey number color
    • getSleeve

      public String getSleeve()
      Returns the sleeve color of the jersey
      Returns:
      the sleeve color of the jersey
    • getType

      public String getType()
      Returns the jersey type
      Returns:
      the jersey type
    • getStripesColor

      public String getStripesColor()
      Returns the jersey stripes color
      Returns:
      the jersey stripes color
    • getSplitColor

      public String getSplitColor()
      Returns the jersey split color
      Returns:
      the jersey split color
    • getShirtType

      public String getShirtType()
      Returns the jersey shirt type
      Returns:
      the jersey shirt type
    • getSleeveDetail

      public String getSleeveDetail()
      Returns the jersey sleeve detail
      Returns:
      the jersey sleeve detail
    • getStripes

      public Boolean getStripes()
      Returns the jersey stripes
      Returns:
      the jersey stripes
    • getHorizontalStripes

      public Boolean getHorizontalStripes()
      Returns the jersey horizontal stripes
      Returns:
      the jersey horizontal stripes
    • getHorizontalStripesColor

      public String getHorizontalStripesColor()
      Returns the jersey horizontal stripes color
      Returns:
      the jersey horizontal stripes color
    • getSquares

      public Boolean getSquares()
      returns information about the jersey squares
      Returns:
      information about the jersey squares
    • getSquaresColor

      public String getSquaresColor()
      returns the jersey squares color
      Returns:
      the jersey squares color
    • getSplit

      public Boolean getSplit()
      Returns the jersey split
      Returns:
      the jersey split
    • export

      public ExportableJerseyCi export()