Interface AvatarChangeAnimHashRspOuterClass.AvatarChangeAnimHashRspOrBuilder

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

public static interface AvatarChangeAnimHashRspOuterClass.AvatarChangeAnimHashRspOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    uint32 anim_hash = 3;
    long
    uint64 avatar_guid = 8;
    int
    int32 retcode = 1;

    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

    • getAnimHash

      int getAnimHash()
      uint32 anim_hash = 3;
      Returns:
      The animHash.
    • getRetcode

      int getRetcode()
      int32 retcode = 1;
      Returns:
      The retcode.
    • getAvatarGuid

      long getAvatarGuid()
      uint64 avatar_guid = 8;
      Returns:
      The avatarGuid.