Interface TeamStandingOrBuilder

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

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getAlias()
      string alias = 3 [json_name = "alias"];
      com.google.protobuf.ByteString getAliasBytes()
      string alias = 3 [json_name = "alias"];
      java.lang.String getColors​(int index)
      repeated string colors = 5 [json_name = "colors"];
      com.google.protobuf.ByteString getColorsBytes​(int index)
      repeated string colors = 5 [json_name = "colors"];
      int getColorsCount()
      repeated string colors = 5 [json_name = "colors"];
      java.util.List<java.lang.String> getColorsList()
      repeated string colors = 5 [json_name = "colors"];
      java.lang.String getConference()
      string conference = 13 [json_name = "conference"];
      com.google.protobuf.ByteString getConferenceBytes()
      string conference = 13 [json_name = "conference"];
      java.lang.String getDivision()
      string division = 12 [json_name = "division"];
      com.google.protobuf.ByteString getDivisionBytes()
      string division = 12 [json_name = "division"];
      int getGamesBehind()
      int32 games_behind = 9 [json_name = "gamesBehind"];
      long getId()
      uint64 id = 1 [json_name = "id"];
      java.lang.String getLogo()
      string logo = 4 [json_name = "logo"];
      com.google.protobuf.ByteString getLogoBytes()
      string logo = 4 [json_name = "logo"];
      int getLosses()
      int32 losses = 7 [json_name = "losses"];
      java.lang.String getName()
      string name = 2 [json_name = "name"];
      com.google.protobuf.ByteString getNameBytes()
      string name = 2 [json_name = "name"];
      double getPct()
      double pct = 8 [json_name = "pct"];
      TeamStanding.Rank getRank()
      .streamlayer.sports.hockey.TeamStanding.Rank rank = 11 [json_name = "rank"];
      TeamStanding.Streak getStreak()
      .streamlayer.sports.hockey.TeamStanding.Streak streak = 10 [json_name = "streak"];
      int getWins()
      int32 wins = 6 [json_name = "wins"];
      boolean hasRank()
      .streamlayer.sports.hockey.TeamStanding.Rank rank = 11 [json_name = "rank"];
      boolean hasStreak()
      .streamlayer.sports.hockey.TeamStanding.Streak streak = 10 [json_name = "streak"];
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
    • Method Detail

      • getId

        long getId()
        uint64 id = 1 [json_name = "id"];
        Returns:
        The id.
      • getName

        java.lang.String getName()
        string name = 2 [json_name = "name"];
        Returns:
        The name.
      • getNameBytes

        com.google.protobuf.ByteString getNameBytes()
        string name = 2 [json_name = "name"];
        Returns:
        The bytes for name.
      • getAlias

        java.lang.String getAlias()
        string alias = 3 [json_name = "alias"];
        Returns:
        The alias.
      • getAliasBytes

        com.google.protobuf.ByteString getAliasBytes()
        string alias = 3 [json_name = "alias"];
        Returns:
        The bytes for alias.
      • getLogo

        java.lang.String getLogo()
        string logo = 4 [json_name = "logo"];
        Returns:
        The logo.
      • getLogoBytes

        com.google.protobuf.ByteString getLogoBytes()
        string logo = 4 [json_name = "logo"];
        Returns:
        The bytes for logo.
      • getColorsList

        java.util.List<java.lang.String> getColorsList()
        repeated string colors = 5 [json_name = "colors"];
        Returns:
        A list containing the colors.
      • getColorsCount

        int getColorsCount()
        repeated string colors = 5 [json_name = "colors"];
        Returns:
        The count of colors.
      • getColors

        java.lang.String getColors​(int index)
        repeated string colors = 5 [json_name = "colors"];
        Parameters:
        index - The index of the element to return.
        Returns:
        The colors at the given index.
      • getColorsBytes

        com.google.protobuf.ByteString getColorsBytes​(int index)
        repeated string colors = 5 [json_name = "colors"];
        Parameters:
        index - The index of the element to return.
        Returns:
        The colors at the given index.
      • getWins

        int getWins()
        int32 wins = 6 [json_name = "wins"];
        Returns:
        The wins.
      • getLosses

        int getLosses()
        int32 losses = 7 [json_name = "losses"];
        Returns:
        The losses.
      • getPct

        double getPct()
        double pct = 8 [json_name = "pct"];
        Returns:
        The pct.
      • getGamesBehind

        int getGamesBehind()
        int32 games_behind = 9 [json_name = "gamesBehind"];
        Returns:
        The gamesBehind.
      • hasStreak

        boolean hasStreak()
        .streamlayer.sports.hockey.TeamStanding.Streak streak = 10 [json_name = "streak"];
        Returns:
        Whether the streak field is set.
      • getStreak

        TeamStanding.Streak getStreak()
        .streamlayer.sports.hockey.TeamStanding.Streak streak = 10 [json_name = "streak"];
        Returns:
        The streak.
      • hasRank

        boolean hasRank()
        .streamlayer.sports.hockey.TeamStanding.Rank rank = 11 [json_name = "rank"];
        Returns:
        Whether the rank field is set.
      • getRank

        TeamStanding.Rank getRank()
        .streamlayer.sports.hockey.TeamStanding.Rank rank = 11 [json_name = "rank"];
        Returns:
        The rank.
      • getDivision

        java.lang.String getDivision()
        string division = 12 [json_name = "division"];
        Returns:
        The division.
      • getDivisionBytes

        com.google.protobuf.ByteString getDivisionBytes()
        string division = 12 [json_name = "division"];
        Returns:
        The bytes for division.
      • getConference

        java.lang.String getConference()
        string conference = 13 [json_name = "conference"];
        Returns:
        The conference.
      • getConferenceBytes

        com.google.protobuf.ByteString getConferenceBytes()
        string conference = 13 [json_name = "conference"];
        Returns:
        The bytes for conference.