Interface BasketballMatchPlayerOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getDisplayName()
      string display_name = 3 [json_name = "displayName"];
      com.google.protobuf.ByteString getDisplayNameBytes()
      string display_name = 3 [json_name = "displayName"];
      java.lang.String getFirstName()
      string first_name = 1 [json_name = "firstName"];
      com.google.protobuf.ByteString getFirstNameBytes()
      string first_name = 1 [json_name = "firstName"];
      int getJersey()
      int32 jersey = 6 [json_name = "jersey"];
      java.lang.String getLastName()
      string last_name = 2 [json_name = "lastName"];
      com.google.protobuf.ByteString getLastNameBytes()
      string last_name = 2 [json_name = "lastName"];
      java.lang.String getPhoto()
      string photo = 4 [json_name = "photo"];
      com.google.protobuf.ByteString getPhotoBytes()
      string photo = 4 [json_name = "photo"];
      java.lang.String getPosition()
      string position = 5 [json_name = "position"];
      com.google.protobuf.ByteString getPositionBytes()
      string position = 5 [json_name = "position"];
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
    • 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.