Interface SelectWorktopOptionRspOuterClass.SelectWorktopOptionRspOrBuilder

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

public static interface SelectWorktopOptionRspOuterClass.SelectWorktopOptionRspOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    uint32 gadget_entity_id = 2;
    int
    uint32 option_id = 5;
    int
    int32 retcode = 9;

    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 = 2;
      Returns:
      The gadgetEntityId.
    • getRetcode

      int getRetcode()
      int32 retcode = 9;
      Returns:
      The retcode.
    • getOptionId

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