Interface ItemHintOuterClass.ItemHintOrBuilder

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

public static interface ItemHintOuterClass.ItemHintOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    uint32 count = 8;
    long
    uint64 guid = 1;
    boolean
    bool is_new = 5;
    int
    uint32 item_id = 13;

    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 = 13;
      Returns:
      The itemId.
    • getCount

      int getCount()
      uint32 count = 8;
      Returns:
      The count.
    • getGuid

      long getGuid()
      uint64 guid = 1;
      Returns:
      The guid.
    • getIsNew

      boolean getIsNew()
      bool is_new = 5;
      Returns:
      The isNew.