Package com.streamlayer.sports.events
Interface PlayByPlayRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
PlayByPlayRequest,PlayByPlayRequest.Builder
public interface PlayByPlayRequestOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetId()uint64 id = 1 [json_name = "id"];java.lang.StringgetOrder()asc, desccom.google.protobuf.ByteStringgetOrderBytes()asc, descPaginationgetPagination().streamlayer.sports.Pagination pagination = 2 [json_name = "pagination"];booleanhasPagination().streamlayer.sports.Pagination pagination = 2 [json_name = "pagination"];
-
-
-
Method Detail
-
getId
long getId()
uint64 id = 1 [json_name = "id"];- Returns:
- The id.
-
hasPagination
boolean hasPagination()
.streamlayer.sports.Pagination pagination = 2 [json_name = "pagination"];- Returns:
- Whether the pagination field is set.
-
getPagination
Pagination getPagination()
.streamlayer.sports.Pagination pagination = 2 [json_name = "pagination"];- Returns:
- The pagination.
-
getOrder
java.lang.String getOrder()
asc, desc
string order = 3 [json_name = "order"];- Returns:
- The order.
-
getOrderBytes
com.google.protobuf.ByteString getOrderBytes()
asc, desc
string order = 3 [json_name = "order"];- Returns:
- The bytes for order.
-
-