Interface SocialDetailOuterClass.SocialDetailOrBuilder

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

public static interface SocialDetailOuterClass.SocialDetailOrBuilder 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.
    • getSignature

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

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

      boolean hasBirthday()
      .Birthday birthday = 6;
      Returns:
      Whether the birthday field is set.
    • getBirthday

      .Birthday birthday = 6;
      Returns:
      The birthday.
    • getBirthdayOrBuilder

      BirthdayOuterClass.BirthdayOrBuilder getBirthdayOrBuilder()
      .Birthday birthday = 6;
    • getWorldLevel

      int getWorldLevel()
      uint32 world_level = 7;
      Returns:
      The worldLevel.
    • getReservedListList

      List<Integer> getReservedListList()
      repeated uint32 reserved_list = 8;
      Returns:
      A list containing the reservedList.
    • getReservedListCount

      int getReservedListCount()
      repeated uint32 reserved_list = 8;
      Returns:
      The count of reservedList.
    • getReservedList

      int getReservedList(int index)
      repeated uint32 reserved_list = 8;
      Parameters:
      index - The index of the element to return.
      Returns:
      The reservedList at the given index.
    • getOnlineStateValue

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

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

      int getParam()
      uint32 param = 10;
      Returns:
      The param.
    • getIsFriend

      boolean getIsFriend()
      bool is_friend = 11;
      Returns:
      The isFriend.
    • getIsMpModeAvailable

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

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

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

      int getNameCardId()
      uint32 name_card_id = 14;
      Returns:
      The nameCardId.
    • getIsInBlacklist

      boolean getIsInBlacklist()
      bool is_in_blacklist = 15;
      Returns:
      The isInBlacklist.
    • getIsChatNoDisturb

      boolean getIsChatNoDisturb()
      bool is_chat_no_disturb = 16;
      Returns:
      The isChatNoDisturb.
    • 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.
    • getFinishAchievementNum

      int getFinishAchievementNum()
      uint32 finish_achievement_num = 18;
      Returns:
      The finishAchievementNum.
    • getTowerFloorIndex

      int getTowerFloorIndex()
      uint32 tower_floor_index = 19;
      Returns:
      The towerFloorIndex.
    • getTowerLevelIndex

      int getTowerLevelIndex()
      uint32 tower_level_index = 20;
      Returns:
      The towerLevelIndex.
    • getIsShowAvatar

      boolean getIsShowAvatar()
      bool is_show_avatar = 21;
      Returns:
      The isShowAvatar.
    • 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;
    • getShowNameCardIdListList

      List<Integer> getShowNameCardIdListList()
      repeated uint32 show_name_card_id_list = 23;
      Returns:
      A list containing the showNameCardIdList.
    • getShowNameCardIdListCount

      int getShowNameCardIdListCount()
      repeated uint32 show_name_card_id_list = 23;
      Returns:
      The count of showNameCardIdList.
    • getShowNameCardIdList

      int getShowNameCardIdList(int index)
      repeated uint32 show_name_card_id_list = 23;
      Parameters:
      index - The index of the element to return.
      Returns:
      The showNameCardIdList at the given index.
    • getFriendEnterHomeOptionValue

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

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

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

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

      .ProfilePicture profile_picture = 25;
    • getIpCode

      String getIpCode()
      string ip_code = 26;
      Returns:
      The ipCode.
    • getIpCodeBytes

      com.google.protobuf.ByteString getIpCodeBytes()
      string ip_code = 26;
      Returns:
      The bytes for ipCode.