java.lang.Object
com.sportradar.unifiedodds.sdk.internal.impl.entities.JerseyImpl
All Implemented Interfaces:
Jersey

public class JerseyImpl extends Object implements Jersey
A base implementation describing a jersey
  • Method Details

    • getBase

      public String getBase()
      Returns the base color of the jersey
      Specified by:
      getBase in interface Jersey
      Returns:
      the base color of the jersey
    • getNumber

      public String getNumber()
      Returns the jersey number color
      Specified by:
      getNumber in interface Jersey
      Returns:
      the jersey number color
    • getSleeve

      public String getSleeve()
      Returns the sleeve color of the jersey
      Specified by:
      getSleeve in interface Jersey
      Returns:
      the sleeve color of the jersey
    • getType

      public String getType()
      Returns the jersey type
      Specified by:
      getType in interface Jersey
      Returns:
      the jersey type
    • getStripesColor

      public String getStripesColor()
      Returns the jersey stripes color
      Specified by:
      getStripesColor in interface Jersey
      Returns:
      the jersey stripes color
    • getSplitColor

      public String getSplitColor()
      Returns the jersey split color
      Specified by:
      getSplitColor in interface Jersey
      Returns:
      the jersey split color
    • getShirtType

      public String getShirtType()
      Returns the jersey shirt type
      Specified by:
      getShirtType in interface Jersey
      Returns:
      the jersey shirt type
    • getSleeveDetail

      public String getSleeveDetail()
      Returns the jersey sleeve detail
      Specified by:
      getSleeveDetail in interface Jersey
      Returns:
      the jersey sleeve detail
    • getStripes

      public Boolean getStripes()
      Returns the jersey has stripes
      Specified by:
      getStripes in interface Jersey
      Returns:
      the jersey has stripes
    • getHorizontalStripes

      public Boolean getHorizontalStripes()
      Returns the jersey has horizontal stripes
      Specified by:
      getHorizontalStripes in interface Jersey
      Returns:
      the jersey has horizontal stripes
    • getHorizontalStripesColor

      public String getHorizontalStripesColor()
      Returns the jersey horizontal stripes color
      Specified by:
      getHorizontalStripesColor in interface Jersey
      Returns:
      the jersey horizontal stripes color
    • getSquares

      public Boolean getSquares()
      returns information about the jersey squares
      Specified by:
      getSquares in interface Jersey
      Returns:
      information about the jersey squares
    • getSquaresColor

      public String getSquaresColor()
      returns information about the jersey squares
      Specified by:
      getSquaresColor in interface Jersey
      Returns:
      information about the jersey squares
    • getSplit

      public Boolean getSplit()
      returns information about the jersey split
      Specified by:
      getSplit in interface Jersey
      Returns:
      information about the jersey split
    • toString

      public String toString()
      Overrides:
      toString in class Object