Package com.streamlayer.sports.common
Interface QueryOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
Query,Query.Builder
public interface QueryOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ArrayQueryOptiongetBetween(int index)repeated .streamlayer.sports.ArrayQueryOption between = 5 [json_name = "between"];intgetBetweenCount()repeated .streamlayer.sports.ArrayQueryOption between = 5 [json_name = "between"];java.util.List<ArrayQueryOption>getBetweenList()repeated .streamlayer.sports.ArrayQueryOption between = 5 [json_name = "between"];QueryOptiongetEq(int index)repeated .streamlayer.sports.QueryOption eq = 4 [json_name = "eq"];intgetEqCount()repeated .streamlayer.sports.QueryOption eq = 4 [json_name = "eq"];java.util.List<QueryOption>getEqList()repeated .streamlayer.sports.QueryOption eq = 4 [json_name = "eq"];ArrayQueryOptiongetIncludes(int index)repeated .streamlayer.sports.ArrayQueryOption includes = 6 [json_name = "includes"];intgetIncludesCount()repeated .streamlayer.sports.ArrayQueryOption includes = 6 [json_name = "includes"];java.util.List<ArrayQueryOption>getIncludesList()repeated .streamlayer.sports.ArrayQueryOption includes = 6 [json_name = "includes"];QueryOptiongetIs(int index)repeated .streamlayer.sports.QueryOption is = 7 [json_name = "is"];intgetIsCount()repeated .streamlayer.sports.QueryOption is = 7 [json_name = "is"];java.util.List<QueryOption>getIsList()repeated .streamlayer.sports.QueryOption is = 7 [json_name = "is"];QueryOptiongetMatch(int index)repeated .streamlayer.sports.QueryOption match = 2 [json_name = "match"];intgetMatchCount()repeated .streamlayer.sports.QueryOption match = 2 [json_name = "match"];java.util.List<QueryOption>getMatchList()repeated .streamlayer.sports.QueryOption match = 2 [json_name = "match"];QueryOptiongetNe(int index)repeated .streamlayer.sports.QueryOption ne = 3 [json_name = "ne"];intgetNeCount()repeated .streamlayer.sports.QueryOption ne = 3 [json_name = "ne"];java.util.List<QueryOption>getNeList()repeated .streamlayer.sports.QueryOption ne = 3 [json_name = "ne"];java.lang.StringgetProvider()string provider = 1 [json_name = "provider"];com.google.protobuf.ByteStringgetProviderBytes()string provider = 1 [json_name = "provider"];
-
-
-
Method Detail
-
getProvider
java.lang.String getProvider()
string provider = 1 [json_name = "provider"];- Returns:
- The provider.
-
getProviderBytes
com.google.protobuf.ByteString getProviderBytes()
string provider = 1 [json_name = "provider"];- Returns:
- The bytes for provider.
-
getMatchList
java.util.List<QueryOption> getMatchList()
repeated .streamlayer.sports.QueryOption match = 2 [json_name = "match"];
-
getMatch
QueryOption getMatch(int index)
repeated .streamlayer.sports.QueryOption match = 2 [json_name = "match"];
-
getMatchCount
int getMatchCount()
repeated .streamlayer.sports.QueryOption match = 2 [json_name = "match"];
-
getNeList
java.util.List<QueryOption> getNeList()
repeated .streamlayer.sports.QueryOption ne = 3 [json_name = "ne"];
-
getNe
QueryOption getNe(int index)
repeated .streamlayer.sports.QueryOption ne = 3 [json_name = "ne"];
-
getNeCount
int getNeCount()
repeated .streamlayer.sports.QueryOption ne = 3 [json_name = "ne"];
-
getEqList
java.util.List<QueryOption> getEqList()
repeated .streamlayer.sports.QueryOption eq = 4 [json_name = "eq"];
-
getEq
QueryOption getEq(int index)
repeated .streamlayer.sports.QueryOption eq = 4 [json_name = "eq"];
-
getEqCount
int getEqCount()
repeated .streamlayer.sports.QueryOption eq = 4 [json_name = "eq"];
-
getBetweenList
java.util.List<ArrayQueryOption> getBetweenList()
repeated .streamlayer.sports.ArrayQueryOption between = 5 [json_name = "between"];
-
getBetween
ArrayQueryOption getBetween(int index)
repeated .streamlayer.sports.ArrayQueryOption between = 5 [json_name = "between"];
-
getBetweenCount
int getBetweenCount()
repeated .streamlayer.sports.ArrayQueryOption between = 5 [json_name = "between"];
-
getIncludesList
java.util.List<ArrayQueryOption> getIncludesList()
repeated .streamlayer.sports.ArrayQueryOption includes = 6 [json_name = "includes"];
-
getIncludes
ArrayQueryOption getIncludes(int index)
repeated .streamlayer.sports.ArrayQueryOption includes = 6 [json_name = "includes"];
-
getIncludesCount
int getIncludesCount()
repeated .streamlayer.sports.ArrayQueryOption includes = 6 [json_name = "includes"];
-
getIsList
java.util.List<QueryOption> getIsList()
repeated .streamlayer.sports.QueryOption is = 7 [json_name = "is"];
-
getIs
QueryOption getIs(int index)
repeated .streamlayer.sports.QueryOption is = 7 [json_name = "is"];
-
getIsCount
int getIsCount()
repeated .streamlayer.sports.QueryOption is = 7 [json_name = "is"];
-
-