Interface WorktopInfoOuterClass.WorktopInfoOrBuilder

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

public static interface WorktopInfoOuterClass.WorktopInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    bool is_guest_can_operate = 2;
    int
    getOptionList(int index)
    repeated uint32 option_list = 1;
    int
    repeated uint32 option_list = 1;
    repeated uint32 option_list = 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

    • getOptionListList

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

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

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

      boolean getIsGuestCanOperate()
      bool is_guest_can_operate = 2;
      Returns:
      The isGuestCanOperate.