Interface HomeGroupPlayerInfoOuterClass.HomeGroupPlayerInfoOrBuilder

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

public static interface HomeGroupPlayerInfoOuterClass.HomeGroupPlayerInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getPlayerLevel

      int getPlayerLevel()
      uint32 player_level = 12;
      Returns:
      The playerLevel.
    • getOnlineId

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

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

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

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

      int getUid()
      uint32 uid = 7;
      Returns:
      The uid.
    • hasProfilePicture

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

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

      .ProfilePicture profile_picture = 13;
    • getPsnId

      String getPsnId()
      string psn_id = 6;
      Returns:
      The psnId.
    • getPsnIdBytes

      com.google.protobuf.ByteString getPsnIdBytes()
      string psn_id = 6;
      Returns:
      The bytes for psnId.