Interface SetPlayerHeadImageRspOuterClass.SetPlayerHeadImageRspOrBuilder

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

public static interface SetPlayerHeadImageRspOuterClass.SetPlayerHeadImageRspOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    uint32 avatar_id = 2;
    .ProfilePicture profile_picture = 10;
    .ProfilePicture profile_picture = 10;
    int
    int32 retcode = 15;
    boolean
    .ProfilePicture profile_picture = 10;

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • hasProfilePicture

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

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

      .ProfilePicture profile_picture = 10;
    • getRetcode

      int getRetcode()
      int32 retcode = 15;
      Returns:
      The retcode.
    • getAvatarId

      int getAvatarId()
      uint32 avatar_id = 2;
      Returns:
      The avatarId.