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