Interface AvatarUpgradeReqOuterClass.AvatarUpgradeReqOrBuilder

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

public static interface AvatarUpgradeReqOuterClass.AvatarUpgradeReqOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    uint64 avatar_guid = 5;
    int
    uint32 count = 15;
    int
    uint32 item_id = 12;

    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

    • getItemId

      int getItemId()
      uint32 item_id = 12;
      Returns:
      The itemId.
    • getAvatarGuid

      long getAvatarGuid()
      uint64 avatar_guid = 5;
      Returns:
      The avatarGuid.
    • getCount

      int getCount()
      uint32 count = 15;
      Returns:
      The count.