Package com.streamlayer.sports.events
Interface ListResponseAttributesOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
ListResponseAttributes,ListResponseAttributes.Builder
public interface ListResponseAttributesOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EventDatagetCommon()todo special fields for sportsbooleanhasCommon()todo special fields for sports
-
-
-
Method Detail
-
hasCommon
boolean hasCommon()
todo special fields for sports
.streamlayer.sports.EventData common = 1 [json_name = "common"];- Returns:
- Whether the common field is set.
-
getCommon
EventData getCommon()
todo special fields for sports
.streamlayer.sports.EventData common = 1 [json_name = "common"];- Returns:
- The common.
-
-