Class SimpleOperand
java.lang.Object
com.sportradar.unifiedodds.sdk.internal.impl.markets.SimpleOperand
- All Implemented Interfaces:
Operand
Created on 22/06/2017.
// TODO @eti: Javadoc
-
Method Summary
Modifier and TypeMethodDescriptiondoubleint
-
Method Details
-
getIntValue
public int getIntValue()- Specified by:
getIntValuein interfaceOperand
-
getDecimalValue
public double getDecimalValue()- Specified by:
getDecimalValuein interfaceOperand
-
getStringValue
- Specified by:
getStringValuein interfaceOperand
-