Interface GatherGadgetInfoOuterClass.GatherGadgetInfoOrBuilder

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

public static interface GatherGadgetInfoOuterClass.GatherGadgetInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    bool is_forbid_guest = 2;
    int
    uint32 item_id = 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

    • getItemId

      int getItemId()
      uint32 item_id = 1;
      Returns:
      The itemId.
    • getIsForbidGuest

      boolean getIsForbidGuest()
      bool is_forbid_guest = 2;
      Returns:
      The isForbidGuest.