Package com.streamlayer.sports.events
Interface LineupResponse.ResponseDataOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
LineupResponse.ResponseData,LineupResponse.ResponseData.Builder
- Enclosing class:
- LineupResponse
public static interface LineupResponse.ResponseDataOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LineupResponse.ResponseData.LineupResponseAttributesgetAttributes().streamlayer.sports.events.LineupResponse.ResponseData.LineupResponseAttributes 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.LineupResponse.ResponseData.LineupResponseAttributes 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.LineupResponse.ResponseData.LineupResponseAttributes attributes = 3 [json_name = "attributes"];- Returns:
- Whether the attributes field is set.
-
getAttributes
LineupResponse.ResponseData.LineupResponseAttributes getAttributes()
.streamlayer.sports.events.LineupResponse.ResponseData.LineupResponseAttributes attributes = 3 [json_name = "attributes"];- Returns:
- The attributes.
-
-