Interface ScoreOrBuilder

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

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      int getAway()
      int32 away = 2 [json_name = "away"];
      int getHome()
      int32 home = 1 [json_name = "home"];
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
    • Method Detail

      • getHome

        int getHome()
        int32 home = 1 [json_name = "home"];
        Returns:
        The home.
      • getAway

        int getAway()
        int32 away = 2 [json_name = "away"];
        Returns:
        The away.