Interface BasketballLastGameOrBuilder

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

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      BasketballLastGame.BasketballLastGameAttributes getAttributes()
      .streamlayer.sports.basketball.BasketballLastGame.BasketballLastGameAttributes attributes = 2 [json_name = "attributes"];
      long getId()
      uint64 id = 1 [json_name = "id"];
      boolean hasAttributes()
      .streamlayer.sports.basketball.BasketballLastGame.BasketballLastGameAttributes attributes = 2 [json_name = "attributes"];
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
    • Method Detail

      • getId

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

        boolean hasAttributes()
        .streamlayer.sports.basketball.BasketballLastGame.BasketballLastGameAttributes attributes = 2 [json_name = "attributes"];
        Returns:
        Whether the attributes field is set.