Interface FriendBriefOuterClass.FriendBriefOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
FriendBriefOuterClass.FriendBrief, FriendBriefOuterClass.FriendBrief.Builder
Enclosing class:
FriendBriefOuterClass

public static interface FriendBriefOuterClass.FriendBriefOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getUid

      int getUid()
      uint32 uid = 1;
      Returns:
      The uid.
    • getNickname

      String getNickname()
      string nickname = 2;
      Returns:
      The nickname.
    • getNicknameBytes

      com.google.protobuf.ByteString getNicknameBytes()
      string nickname = 2;
      Returns:
      The bytes for nickname.
    • getLevel

      int getLevel()
      uint32 level = 3;
      Returns:
      The level.
    • getAvatarId

      int getAvatarId()
      uint32 avatar_id = 4;
      Returns:
      The avatarId.
    • getWorldLevel

      int getWorldLevel()
      uint32 world_level = 5;
      Returns:
      The worldLevel.
    • getSignature

      String getSignature()
      string signature = 6;
      Returns:
      The signature.
    • getSignatureBytes

      com.google.protobuf.ByteString getSignatureBytes()
      string signature = 6;
      Returns:
      The bytes for signature.
    • getOnlineStateValue

      int getOnlineStateValue()
      .FriendOnlineState online_state = 7;
      Returns:
      The enum numeric value on the wire for onlineState.
    • getOnlineState

      .FriendOnlineState online_state = 7;
      Returns:
      The onlineState.
    • getParam

      int getParam()
      uint32 param = 8;
      Returns:
      The param.
    • getIsMpModeAvailable

      boolean getIsMpModeAvailable()
      bool is_mp_mode_available = 10;
      Returns:
      The isMpModeAvailable.
    • getOnlineId

      String getOnlineId()
      string online_id = 11;
      Returns:
      The onlineId.
    • getOnlineIdBytes

      com.google.protobuf.ByteString getOnlineIdBytes()
      string online_id = 11;
      Returns:
      The bytes for onlineId.
    • getLastActiveTime

      int getLastActiveTime()
      uint32 last_active_time = 12;
      Returns:
      The lastActiveTime.
    • getNameCardId

      int getNameCardId()
      uint32 name_card_id = 13;
      Returns:
      The nameCardId.
    • getMpPlayerNum

      int getMpPlayerNum()
      uint32 mp_player_num = 14;
      Returns:
      The mpPlayerNum.
    • getIsChatNoDisturb

      boolean getIsChatNoDisturb()
      bool is_chat_no_disturb = 15;
      Returns:
      The isChatNoDisturb.
    • getChatSequence

      int getChatSequence()
      uint32 chat_sequence = 16;
      Returns:
      The chatSequence.
    • getRemarkName

      String getRemarkName()
      string remark_name = 17;
      Returns:
      The remarkName.
    • getRemarkNameBytes

      com.google.protobuf.ByteString getRemarkNameBytes()
      string remark_name = 17;
      Returns:
      The bytes for remarkName.
    • getShowAvatarInfoListList

      repeated .SocialShowAvatarInfo show_avatar_info_list = 22;
    • getShowAvatarInfoList

      SocialShowAvatarInfoOuterClass.SocialShowAvatarInfo getShowAvatarInfoList(int index)
      repeated .SocialShowAvatarInfo show_avatar_info_list = 22;
    • getShowAvatarInfoListCount

      int getShowAvatarInfoListCount()
      repeated .SocialShowAvatarInfo show_avatar_info_list = 22;
    • getShowAvatarInfoListOrBuilderList

      List<? extends SocialShowAvatarInfoOuterClass.SocialShowAvatarInfoOrBuilder> getShowAvatarInfoListOrBuilderList()
      repeated .SocialShowAvatarInfo show_avatar_info_list = 22;
    • getShowAvatarInfoListOrBuilder

      SocialShowAvatarInfoOuterClass.SocialShowAvatarInfoOrBuilder getShowAvatarInfoListOrBuilder(int index)
      repeated .SocialShowAvatarInfo show_avatar_info_list = 22;
    • getFriendEnterHomeOptionValue

      int getFriendEnterHomeOptionValue()
      .FriendEnterHomeOption friend_enter_home_option = 23;
      Returns:
      The enum numeric value on the wire for friendEnterHomeOption.
    • getFriendEnterHomeOption

      .FriendEnterHomeOption friend_enter_home_option = 23;
      Returns:
      The friendEnterHomeOption.
    • hasProfilePicture

      boolean hasProfilePicture()
      .ProfilePicture profile_picture = 24;
      Returns:
      Whether the profilePicture field is set.
    • getProfilePicture

      .ProfilePicture profile_picture = 24;
      Returns:
      The profilePicture.
    • getProfilePictureOrBuilder

      .ProfilePicture profile_picture = 24;
    • getIsGameSource

      boolean getIsGameSource()
      bool is_game_source = 25;
      Returns:
      The isGameSource.
    • getIsPsnSource

      boolean getIsPsnSource()
      bool is_psn_source = 26;
      Returns:
      The isPsnSource.
    • getPlatformTypeValue

      int getPlatformTypeValue()
      .PlatformType platform_type = 27;
      Returns:
      The enum numeric value on the wire for platformType.
    • getPlatformType

      .PlatformType platform_type = 27;
      Returns:
      The platformType.