Interface LeaguesListClientResponse.LeaguesListClientResponseDataOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
LeaguesListClientResponse.LeaguesListClientResponseData,LeaguesListClientResponse.LeaguesListClientResponseData.Builder
- Enclosing class:
- LeaguesListClientResponse
public static interface LeaguesListClientResponse.LeaguesListClientResponseDataOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LeaguegetAttributes().streamlayer.sdkSettings.organization.sportsdata.League attributes = 2 [json_name = "attributes"];intgetId()int32 id = 1 [json_name = "id"];booleanhasAttributes().streamlayer.sdkSettings.organization.sportsdata.League attributes = 2 [json_name = "attributes"];
-
-
-
Method Detail
-
getId
int getId()
int32 id = 1 [json_name = "id"];- Returns:
- The id.
-
hasAttributes
boolean hasAttributes()
.streamlayer.sdkSettings.organization.sportsdata.League attributes = 2 [json_name = "attributes"];- Returns:
- Whether the attributes field is set.
-
getAttributes
League getAttributes()
.streamlayer.sdkSettings.organization.sportsdata.League attributes = 2 [json_name = "attributes"];- Returns:
- The attributes.
-
-