Package com.streamlayer.inplay.common
Interface SelectionOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
Selection,Selection.Builder
public interface SelectionOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description doublegetDecimal()double decimal = 6 [json_name = "decimal"];intgetDenominator()int32 denominator = 5 [json_name = "denominator"];java.lang.StringgetId()string id = 1 [json_name = "id"];com.google.protobuf.ByteStringgetIdBytes()string id = 1 [json_name = "id"];doublegetMoneyline()double moneyline = 14 [json_name = "moneyline"];java.lang.StringgetName()string name = 2 [json_name = "name"];com.google.protobuf.ByteStringgetNameBytes()string name = 2 [json_name = "name"];intgetNumerator()int32 numerator = 4 [json_name = "numerator"];SelectionOutcomegetOutcome().streamlayer.inplay.common.SelectionOutcome outcome = 10 [json_name = "outcome"];doublegetProbability()double probability = 7 [json_name = "probability"];SelectionRangegetRange().streamlayer.inplay.common.SelectionRange range = 11 [json_name = "range"];SelectionResultgetResult().streamlayer.inplay.common.SelectionResult result = 12 [json_name = "result"];SelectionResultStatusgetResultStatus().streamlayer.inplay.common.SelectionResultStatus result_status = 13 [json_name = "resultStatus"];intgetResultStatusValue().streamlayer.inplay.common.SelectionResultStatus result_status = 13 [json_name = "resultStatus"];SelectionStatusgetTradingStatus().streamlayer.inplay.common.SelectionStatus trading_status = 9 [json_name = "tradingStatus"];intgetTradingStatusValue().streamlayer.inplay.common.SelectionStatus trading_status = 9 [json_name = "tradingStatus"];java.lang.StringgetUpdated()string updated = 8 [json_name = "updated"];com.google.protobuf.ByteStringgetUpdatedBytes()string updated = 8 [json_name = "updated"];booleanhasOutcome().streamlayer.inplay.common.SelectionOutcome outcome = 10 [json_name = "outcome"];booleanhasRange().streamlayer.inplay.common.SelectionRange range = 11 [json_name = "range"];booleanhasResult().streamlayer.inplay.common.SelectionResult result = 12 [json_name = "result"];
-
-
-
Method Detail
-
getId
java.lang.String getId()
string id = 1 [json_name = "id"];- Returns:
- The id.
-
getIdBytes
com.google.protobuf.ByteString getIdBytes()
string id = 1 [json_name = "id"];- Returns:
- The bytes for id.
-
getName
java.lang.String getName()
string name = 2 [json_name = "name"];- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()
string name = 2 [json_name = "name"];- Returns:
- The bytes for name.
-
getNumerator
int getNumerator()
int32 numerator = 4 [json_name = "numerator"];- Returns:
- The numerator.
-
getDenominator
int getDenominator()
int32 denominator = 5 [json_name = "denominator"];- Returns:
- The denominator.
-
getDecimal
double getDecimal()
double decimal = 6 [json_name = "decimal"];- Returns:
- The decimal.
-
getMoneyline
double getMoneyline()
double moneyline = 14 [json_name = "moneyline"];- Returns:
- The moneyline.
-
getProbability
double getProbability()
double probability = 7 [json_name = "probability"];- Returns:
- The probability.
-
getUpdated
java.lang.String getUpdated()
string updated = 8 [json_name = "updated"];- Returns:
- The updated.
-
getUpdatedBytes
com.google.protobuf.ByteString getUpdatedBytes()
string updated = 8 [json_name = "updated"];- Returns:
- The bytes for updated.
-
getTradingStatusValue
int getTradingStatusValue()
.streamlayer.inplay.common.SelectionStatus trading_status = 9 [json_name = "tradingStatus"];- Returns:
- The enum numeric value on the wire for tradingStatus.
-
getTradingStatus
SelectionStatus getTradingStatus()
.streamlayer.inplay.common.SelectionStatus trading_status = 9 [json_name = "tradingStatus"];- Returns:
- The tradingStatus.
-
hasOutcome
boolean hasOutcome()
.streamlayer.inplay.common.SelectionOutcome outcome = 10 [json_name = "outcome"];- Returns:
- Whether the outcome field is set.
-
getOutcome
SelectionOutcome getOutcome()
.streamlayer.inplay.common.SelectionOutcome outcome = 10 [json_name = "outcome"];- Returns:
- The outcome.
-
hasRange
boolean hasRange()
.streamlayer.inplay.common.SelectionRange range = 11 [json_name = "range"];- Returns:
- Whether the range field is set.
-
getRange
SelectionRange getRange()
.streamlayer.inplay.common.SelectionRange range = 11 [json_name = "range"];- Returns:
- The range.
-
hasResult
boolean hasResult()
.streamlayer.inplay.common.SelectionResult result = 12 [json_name = "result"];- Returns:
- Whether the result field is set.
-
getResult
SelectionResult getResult()
.streamlayer.inplay.common.SelectionResult result = 12 [json_name = "result"];- Returns:
- The result.
-
getResultStatusValue
int getResultStatusValue()
.streamlayer.inplay.common.SelectionResultStatus result_status = 13 [json_name = "resultStatus"];- Returns:
- The enum numeric value on the wire for resultStatus.
-
getResultStatus
SelectionResultStatus getResultStatus()
.streamlayer.inplay.common.SelectionResultStatus result_status = 13 [json_name = "resultStatus"];- Returns:
- The resultStatus.
-
-