Package com.streamlayer.sports.events
Interface PlayByPlayResponse.ResponseDataOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
PlayByPlayResponse.ResponseData,PlayByPlayResponse.ResponseData.Builder
- Enclosing class:
- PlayByPlayResponse
public static interface PlayByPlayResponse.ResponseDataOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PlayByPlayResponse.ResponseData.PlayByPlayResponseAttributesgetAttributes().streamlayer.sports.events.PlayByPlayResponse.ResponseData.PlayByPlayResponseAttributes attributes = 3 [json_name = "attributes"];longgetId()uint64 id = 1 [json_name = "id"];EventTypegetType().streamlayer.sports.events.EventType type = 2 [json_name = "type"];intgetTypeValue().streamlayer.sports.events.EventType type = 2 [json_name = "type"];booleanhasAttributes().streamlayer.sports.events.PlayByPlayResponse.ResponseData.PlayByPlayResponseAttributes attributes = 3 [json_name = "attributes"];
-
-
-
Method Detail
-
getId
long getId()
uint64 id = 1 [json_name = "id"];- Returns:
- The id.
-
getTypeValue
int getTypeValue()
.streamlayer.sports.events.EventType type = 2 [json_name = "type"];- Returns:
- The enum numeric value on the wire for type.
-
getType
EventType getType()
.streamlayer.sports.events.EventType type = 2 [json_name = "type"];- Returns:
- The type.
-
hasAttributes
boolean hasAttributes()
.streamlayer.sports.events.PlayByPlayResponse.ResponseData.PlayByPlayResponseAttributes attributes = 3 [json_name = "attributes"];- Returns:
- Whether the attributes field is set.
-
getAttributes
PlayByPlayResponse.ResponseData.PlayByPlayResponseAttributes getAttributes()
.streamlayer.sports.events.PlayByPlayResponse.ResponseData.PlayByPlayResponseAttributes attributes = 3 [json_name = "attributes"];- Returns:
- The attributes.
-
-