Interface AvatarCardChangeReqOuterClass.AvatarCardChangeReqOrBuilder

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

public static interface AvatarCardChangeReqOuterClass.AvatarCardChangeReqOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    uint64 avatar_guid = 14;
    int
    uint32 count = 11;
    int
    uint32 item_id = 4;

    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

    • getCount

      int getCount()
      uint32 count = 11;
      Returns:
      The count.
    • getItemId

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

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