Interface SelectWorktopOptionReqOuterClass.SelectWorktopOptionReqOrBuilder

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

public static interface SelectWorktopOptionReqOuterClass.SelectWorktopOptionReqOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    uint32 gadget_entity_id = 12;
    int
    uint32 option_id = 2;

    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

    • getGadgetEntityId

      int getGadgetEntityId()
      uint32 gadget_entity_id = 12;
      Returns:
      The gadgetEntityId.
    • getOptionId

      int getOptionId()
      uint32 option_id = 2;
      Returns:
      The optionId.