Package com.streamlayer.sports.common
Interface SeasonOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
Season,Season.Builder
public interface SeasonOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetId()uint64 id = 1 [json_name = "id"];longgetLeagueId()uint64 league_id = 7 [json_name = "leagueId"];java.lang.StringgetName()string name = 4 [json_name = "name"];com.google.protobuf.ByteStringgetNameBytes()string name = 4 [json_name = "name"];java.lang.StringgetType()string type = 5 [json_name = "type"];com.google.protobuf.ByteStringgetTypeBytes()string type = 5 [json_name = "type"];intgetYear()int32 year = 6 [json_name = "year"];
-
-
-
Method Detail
-
getId
long getId()
uint64 id = 1 [json_name = "id"];- Returns:
- The id.
-
getName
java.lang.String getName()
string name = 4 [json_name = "name"];- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()
string name = 4 [json_name = "name"];- Returns:
- The bytes for name.
-
getType
java.lang.String getType()
string type = 5 [json_name = "type"];- Returns:
- The type.
-
getTypeBytes
com.google.protobuf.ByteString getTypeBytes()
string type = 5 [json_name = "type"];- Returns:
- The bytes for type.
-
getYear
int getYear()
int32 year = 6 [json_name = "year"];- Returns:
- The year.
-
getLeagueId
long getLeagueId()
uint64 league_id = 7 [json_name = "leagueId"];- Returns:
- The leagueId.
-
-