java.lang.Object
com.sportradar.unifiedodds.sdk.internal.impl.markets.SpecifierImpl
All Implemented Interfaces:
Specifier

public class SpecifierImpl extends Object implements Specifier
Created on 14/06/2017. // TODO @eti: Javadoc
  • Constructor Details

  • Method Details

    • getType

      public String getType()
      Description copied from interface: Specifier
      Returns the specifier type
      Specified by:
      getType in interface Specifier
      Returns:
      the specifier type
    • getName

      public String getName()
      Description copied from interface: Specifier
      Returns the specifier name
      Specified by:
      getName in interface Specifier
      Returns:
      the specifier name
    • toString

      public String toString()
      Overrides:
      toString in class Object