Interface DropHintNotifyOuterClass.DropHintNotifyOrBuilder

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

public static interface DropHintNotifyOuterClass.DropHintNotifyOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    getItemIdList(int index)
    repeated uint32 item_id_list = 5;
    int
    repeated uint32 item_id_list = 5;
    repeated uint32 item_id_list = 5;
    .Vector position = 14;
    .Vector position = 14;
    boolean
    .Vector position = 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

    • hasPosition

      boolean hasPosition()
      .Vector position = 14;
      Returns:
      Whether the position field is set.
    • getPosition

      .Vector position = 14;
      Returns:
      The position.
    • getPositionOrBuilder

      VectorOuterClass.VectorOrBuilder getPositionOrBuilder()
      .Vector position = 14;
    • getItemIdListList

      List<Integer> getItemIdListList()
      repeated uint32 item_id_list = 5;
      Returns:
      A list containing the itemIdList.
    • getItemIdListCount

      int getItemIdListCount()
      repeated uint32 item_id_list = 5;
      Returns:
      The count of itemIdList.
    • getItemIdList

      int getItemIdList(int index)
      repeated uint32 item_id_list = 5;
      Parameters:
      index - The index of the element to return.
      Returns:
      The itemIdList at the given index.