Interface GadgetStateNotifyOuterClass.GadgetStateNotifyOrBuilder

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

public static interface GadgetStateNotifyOuterClass.GadgetStateNotifyOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    uint32 gadget_entity_id = 8;
    int
    uint32 gadget_state = 15;
    boolean
    bool is_enable_interact = 6;

    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

    • getGadgetState

      int getGadgetState()
      uint32 gadget_state = 15;
      Returns:
      The gadgetState.
    • getIsEnableInteract

      boolean getIsEnableInteract()
      bool is_enable_interact = 6;
      Returns:
      The isEnableInteract.
    • getGadgetEntityId

      int getGadgetEntityId()
      uint32 gadget_entity_id = 8;
      Returns:
      The gadgetEntityId.