Interface PlayerScoresOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder
    All Known Implementing Classes:
    PlayerScores, PlayerScores.Builder

    public interface PlayerScoresOrBuilder
    extends com.google.protobuf.MessageLiteOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      int getAssists()
      int32 assists = 4 [json_name = "assists"];
      java.lang.String getFullName()
      string full_name = 2 [json_name = "fullName"];
      com.google.protobuf.ByteString getFullNameBytes()
      string full_name = 2 [json_name = "fullName"];
      int getJersey()
      int32 jersey = 1 [json_name = "jersey"];
      double getMinutes()
      double minutes = 6 [json_name = "minutes"];
      int getPoints()
      int32 points = 3 [json_name = "points"];
      int getRebounds()
      int32 rebounds = 5 [json_name = "rebounds"];
      boolean getStarter()
      bool starter = 7 [json_name = "starter"];
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
    • Method Detail

      • getJersey

        int getJersey()
        int32 jersey = 1 [json_name = "jersey"];
        Returns:
        The jersey.
      • getFullName

        java.lang.String getFullName()
        string full_name = 2 [json_name = "fullName"];
        Returns:
        The fullName.
      • getFullNameBytes

        com.google.protobuf.ByteString getFullNameBytes()
        string full_name = 2 [json_name = "fullName"];
        Returns:
        The bytes for fullName.
      • getPoints

        int getPoints()
        int32 points = 3 [json_name = "points"];
        Returns:
        The points.
      • getAssists

        int getAssists()
        int32 assists = 4 [json_name = "assists"];
        Returns:
        The assists.
      • getRebounds

        int getRebounds()
        int32 rebounds = 5 [json_name = "rebounds"];
        Returns:
        The rebounds.
      • getMinutes

        double getMinutes()
        double minutes = 6 [json_name = "minutes"];
        Returns:
        The minutes.
      • getStarter

        boolean getStarter()
        bool starter = 7 [json_name = "starter"];
        Returns:
        The starter.