Interface BartenderStartLevelRspOuterClass.BartenderStartLevelRspOrBuilder

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

public static interface BartenderStartLevelRspOuterClass.BartenderStartLevelRspOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    uint32 level_id = 8;
    int
    getOrderList(int index)
    repeated uint32 order_list = 12;
    int
    repeated uint32 order_list = 12;
    repeated uint32 order_list = 12;
    int
    int32 retcode = 11;
    int
    uint32 time = 14;

    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

    • getLevelId

      int getLevelId()
      uint32 level_id = 8;
      Returns:
      The levelId.
    • getOrderListList

      List<Integer> getOrderListList()
      repeated uint32 order_list = 12;
      Returns:
      A list containing the orderList.
    • getOrderListCount

      int getOrderListCount()
      repeated uint32 order_list = 12;
      Returns:
      The count of orderList.
    • getOrderList

      int getOrderList(int index)
      repeated uint32 order_list = 12;
      Parameters:
      index - The index of the element to return.
      Returns:
      The orderList at the given index.
    • getRetcode

      int getRetcode()
      int32 retcode = 11;
      Returns:
      The retcode.
    • getTime

      int getTime()
      uint32 time = 14;
      Returns:
      The time.