Interface ReferralOrBuilder

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

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getId()
      string id = 1 [json_name = "id"];
      com.google.protobuf.ByteString getIdBytes()
      string id = 1 [json_name = "id"];
      java.lang.String getName()
      string name = 2 [json_name = "name"];
      com.google.protobuf.ByteString getNameBytes()
      string name = 2 [json_name = "name"];
      java.lang.String getWatchingGame()
      string watching_game = 3 [json_name = "watchingGame"];
      com.google.protobuf.ByteString getWatchingGameBytes()
      string watching_game = 3 [json_name = "watchingGame"];
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
    • Method Detail

      • getId

        java.lang.String getId()
        string id = 1 [json_name = "id"];
        Returns:
        The id.
      • getIdBytes

        com.google.protobuf.ByteString getIdBytes()
        string id = 1 [json_name = "id"];
        Returns:
        The bytes for 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.
      • getWatchingGame

        java.lang.String getWatchingGame()
        string watching_game = 3 [json_name = "watchingGame"];
        Returns:
        The watchingGame.
      • getWatchingGameBytes

        com.google.protobuf.ByteString getWatchingGameBytes()
        string watching_game = 3 [json_name = "watchingGame"];
        Returns:
        The bytes for watchingGame.