Package com.streamlayer.sports.soccer
Interface SoccerMatchPlayerOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
SoccerMatchPlayer,SoccerMatchPlayer.Builder
public interface SoccerMatchPlayerOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetDisplayName()string display_name = 3 [json_name = "displayName"];com.google.protobuf.ByteStringgetDisplayNameBytes()string display_name = 3 [json_name = "displayName"];java.lang.StringgetFirstName()string first_name = 1 [json_name = "firstName"];com.google.protobuf.ByteStringgetFirstNameBytes()string first_name = 1 [json_name = "firstName"];intgetJersey()int32 jersey = 6 [json_name = "jersey"];java.lang.StringgetLastName()string last_name = 2 [json_name = "lastName"];com.google.protobuf.ByteStringgetLastNameBytes()string last_name = 2 [json_name = "lastName"];java.lang.StringgetPhoto()string photo = 4 [json_name = "photo"];com.google.protobuf.ByteStringgetPhotoBytes()string photo = 4 [json_name = "photo"];java.lang.StringgetPosition()string position = 5 [json_name = "position"];com.google.protobuf.ByteStringgetPositionBytes()string position = 5 [json_name = "position"];
-
-
-
Method Detail
-
getFirstName
java.lang.String getFirstName()
string first_name = 1 [json_name = "firstName"];- Returns:
- The firstName.
-
getFirstNameBytes
com.google.protobuf.ByteString getFirstNameBytes()
string first_name = 1 [json_name = "firstName"];- Returns:
- The bytes for firstName.
-
getLastName
java.lang.String getLastName()
string last_name = 2 [json_name = "lastName"];- Returns:
- The lastName.
-
getLastNameBytes
com.google.protobuf.ByteString getLastNameBytes()
string last_name = 2 [json_name = "lastName"];- Returns:
- The bytes for lastName.
-
getDisplayName
java.lang.String getDisplayName()
string display_name = 3 [json_name = "displayName"];- Returns:
- The displayName.
-
getDisplayNameBytes
com.google.protobuf.ByteString getDisplayNameBytes()
string display_name = 3 [json_name = "displayName"];- Returns:
- The bytes for displayName.
-
getPhoto
java.lang.String getPhoto()
string photo = 4 [json_name = "photo"];- Returns:
- The photo.
-
getPhotoBytes
com.google.protobuf.ByteString getPhotoBytes()
string photo = 4 [json_name = "photo"];- Returns:
- The bytes for photo.
-
getPosition
java.lang.String getPosition()
string position = 5 [json_name = "position"];- Returns:
- The position.
-
getPositionBytes
com.google.protobuf.ByteString getPositionBytes()
string position = 5 [json_name = "position"];- Returns:
- The bytes for position.
-
getJersey
int getJersey()
int32 jersey = 6 [json_name = "jersey"];- Returns:
- The jersey.
-
-