Interface GetFriendsResponse.FriendDataOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getName()
      string name = 1 [json_name = "name"];
      com.google.protobuf.ByteString getNameBytes()
      string name = 1 [json_name = "name"];
      java.lang.String getSlId()
      string sl_id = 3 [json_name = "slId"];
      com.google.protobuf.ByteString getSlIdBytes()
      string sl_id = 3 [json_name = "slId"];
      java.lang.String getTinodeId()
      string tinode_id = 2 [json_name = "tinodeId"];
      com.google.protobuf.ByteString getTinodeIdBytes()
      string tinode_id = 2 [json_name = "tinodeId"];
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
    • Method Detail

      • getName

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

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

        java.lang.String getTinodeId()
        string tinode_id = 2 [json_name = "tinodeId"];
        Returns:
        The tinodeId.
      • getTinodeIdBytes

        com.google.protobuf.ByteString getTinodeIdBytes()
        string tinode_id = 2 [json_name = "tinodeId"];
        Returns:
        The bytes for tinodeId.
      • getSlId

        java.lang.String getSlId()
        string sl_id = 3 [json_name = "slId"];
        Returns:
        The slId.
      • getSlIdBytes

        com.google.protobuf.ByteString getSlIdBytes()
        string sl_id = 3 [json_name = "slId"];
        Returns:
        The bytes for slId.