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 getDivision()
      string division = 12 [json_name = "division"];
      com.google.protobuf.ByteString getDivisionBytes()
      string division = 12 [json_name = "division"];
      int getDraws()
      int32 draws = 8 [json_name = "draws"];
      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"];
      int getPoints()
      int32 points = 13 [json_name = "points"];
      int getPosition()
      int32 position = 14 [json_name = "position"];
      int getTotalGoals()
      int32 total_goals = 15 [json_name = "totalGoals"];
      int getTotalGoalsReceived()
      int32 total_goals_received = 16 [json_name = "totalGoalsReceived"];
      int getWins()
      int32 wins = 6 [json_name = "wins"];
      • 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.
      • getDraws

        int getDraws()
        int32 draws = 8 [json_name = "draws"];
        Returns:
        The draws.
      • getGamesBehind

        int getGamesBehind()
        int32 games_behind = 9 [json_name = "gamesBehind"];
        Returns:
        The gamesBehind.
      • 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.
      • getPoints

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

        int getPosition()
        int32 position = 14 [json_name = "position"];
        Returns:
        The position.
      • getTotalGoals

        int getTotalGoals()
        int32 total_goals = 15 [json_name = "totalGoals"];
        Returns:
        The totalGoals.
      • getTotalGoalsReceived

        int getTotalGoalsReceived()
        int32 total_goals_received = 16 [json_name = "totalGoalsReceived"];
        Returns:
        The totalGoalsReceived.