Package com.streamlayer.sports.common
Interface PlayerAttributes.Birth.BirthDateOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
PlayerAttributes.Birth.BirthDate,PlayerAttributes.Birth.BirthDate.Builder
- Enclosing class:
- PlayerAttributes.Birth
public static interface PlayerAttributes.Birth.BirthDateOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetDate()int32 date = 3 [json_name = "date"];java.lang.StringgetFull()string full = 4 [json_name = "full"];com.google.protobuf.ByteStringgetFullBytes()string full = 4 [json_name = "full"];intgetMonth()int32 month = 2 [json_name = "month"];intgetYear()int32 year = 1 [json_name = "year"];
-
-
-
Method Detail
-
getYear
int getYear()
int32 year = 1 [json_name = "year"];- Returns:
- The year.
-
getMonth
int getMonth()
int32 month = 2 [json_name = "month"];- Returns:
- The month.
-
getDate
int getDate()
int32 date = 3 [json_name = "date"];- Returns:
- The date.
-
getFull
java.lang.String getFull()
string full = 4 [json_name = "full"];- Returns:
- The full.
-
getFullBytes
com.google.protobuf.ByteString getFullBytes()
string full = 4 [json_name = "full"];- Returns:
- The bytes for full.
-
-