Interface LunaRiteHintPointRemoveNotifyOuterClass.LunaRiteHintPointRemoveNotifyOrBuilder

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

public static interface LunaRiteHintPointRemoveNotifyOuterClass.LunaRiteHintPointRemoveNotifyOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    getHintPointIndex(int index)
    repeated uint32 hint_point_index = 12;
    int
    repeated uint32 hint_point_index = 12;
    repeated uint32 hint_point_index = 12;

    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

    • getHintPointIndexList

      List<Integer> getHintPointIndexList()
      repeated uint32 hint_point_index = 12;
      Returns:
      A list containing the hintPointIndex.
    • getHintPointIndexCount

      int getHintPointIndexCount()
      repeated uint32 hint_point_index = 12;
      Returns:
      The count of hintPointIndex.
    • getHintPointIndex

      int getHintPointIndex(int index)
      repeated uint32 hint_point_index = 12;
      Parameters:
      index - The index of the element to return.
      Returns:
      The hintPointIndex at the given index.