Interface WorktopOptionNotifyOuterClass.WorktopOptionNotifyOrBuilder

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

public static interface WorktopOptionNotifyOuterClass.WorktopOptionNotifyOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    uint32 gadget_entity_id = 14;
    int
    getOptionList(int index)
    repeated uint32 option_list = 5;
    int
    repeated uint32 option_list = 5;
    repeated uint32 option_list = 5;

    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

    • getOptionListList

      List<Integer> getOptionListList()
      repeated uint32 option_list = 5;
      Returns:
      A list containing the optionList.
    • getOptionListCount

      int getOptionListCount()
      repeated uint32 option_list = 5;
      Returns:
      The count of optionList.
    • getOptionList

      int getOptionList(int index)
      repeated uint32 option_list = 5;
      Parameters:
      index - The index of the element to return.
      Returns:
      The optionList at the given index.
    • getGadgetEntityId

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