Interface BasketballLastGameOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
BasketballLastGame,BasketballLastGame.Builder
public interface BasketballLastGameOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BasketballLastGame.BasketballLastGameAttributesgetAttributes().streamlayer.sports.basketball.BasketballLastGame.BasketballLastGameAttributes attributes = 2 [json_name = "attributes"];longgetId()uint64 id = 1 [json_name = "id"];booleanhasAttributes().streamlayer.sports.basketball.BasketballLastGame.BasketballLastGameAttributes attributes = 2 [json_name = "attributes"];
-
-
-
Method Detail
-
getId
long getId()
uint64 id = 1 [json_name = "id"];- Returns:
- The id.
-
hasAttributes
boolean hasAttributes()
.streamlayer.sports.basketball.BasketballLastGame.BasketballLastGameAttributes attributes = 2 [json_name = "attributes"];- Returns:
- Whether the attributes field is set.
-
getAttributes
BasketballLastGame.BasketballLastGameAttributes getAttributes()
.streamlayer.sports.basketball.BasketballLastGame.BasketballLastGameAttributes attributes = 2 [json_name = "attributes"];- Returns:
- The attributes.
-
-