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
      double getDecimal()
      double decimal = 6 [json_name = "decimal"];
      int getDenominator()
      int32 denominator = 5 [json_name = "denominator"];
      java.lang.String getId()
      string id = 1 [json_name = "id"];
      com.google.protobuf.ByteString getIdBytes()
      string id = 1 [json_name = "id"];
      double getMoneyline()
      double moneyline = 14 [json_name = "moneyline"];
      java.lang.String getName()
      string name = 2 [json_name = "name"];
      com.google.protobuf.ByteString getNameBytes()
      string name = 2 [json_name = "name"];
      int getNumerator()
      int32 numerator = 4 [json_name = "numerator"];
      SelectionOutcome getOutcome()
      .streamlayer.inplay.common.SelectionOutcome outcome = 10 [json_name = "outcome"];
      double getProbability()
      double probability = 7 [json_name = "probability"];
      SelectionRange getRange()
      .streamlayer.inplay.common.SelectionRange range = 11 [json_name = "range"];
      SelectionResult getResult()
      .streamlayer.inplay.common.SelectionResult result = 12 [json_name = "result"];
      SelectionResultStatus getResultStatus()
      .streamlayer.inplay.common.SelectionResultStatus result_status = 13 [json_name = "resultStatus"];
      int getResultStatusValue()
      .streamlayer.inplay.common.SelectionResultStatus result_status = 13 [json_name = "resultStatus"];
      SelectionStatus getTradingStatus()
      .streamlayer.inplay.common.SelectionStatus trading_status = 9 [json_name = "tradingStatus"];
      int getTradingStatusValue()
      .streamlayer.inplay.common.SelectionStatus trading_status = 9 [json_name = "tradingStatus"];
      java.lang.String getUpdated()
      string updated = 8 [json_name = "updated"];
      com.google.protobuf.ByteString getUpdatedBytes()
      string updated = 8 [json_name = "updated"];
      boolean hasOutcome()
      .streamlayer.inplay.common.SelectionOutcome outcome = 10 [json_name = "outcome"];
      boolean hasRange()
      .streamlayer.inplay.common.SelectionRange range = 11 [json_name = "range"];
      boolean hasResult()
      .streamlayer.inplay.common.SelectionResult result = 12 [json_name = "result"];
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
    • 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.