Interface MapMarkTipsInfoOuterClass.MapMarkTipsInfoOrBuilder

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

public static interface MapMarkTipsInfoOuterClass.MapMarkTipsInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    getPointIdList(int index)
    repeated uint32 point_id_list = 2;
    int
    repeated uint32 point_id_list = 2;
    repeated uint32 point_id_list = 2;
    .MapMarkTipsType tips_type = 1;
    int
    .MapMarkTipsType tips_type = 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

    • getTipsTypeValue

      int getTipsTypeValue()
      .MapMarkTipsType tips_type = 1;
      Returns:
      The enum numeric value on the wire for tipsType.
    • getTipsType

      .MapMarkTipsType tips_type = 1;
      Returns:
      The tipsType.
    • getPointIdListList

      List<Integer> getPointIdListList()
      repeated uint32 point_id_list = 2;
      Returns:
      A list containing the pointIdList.
    • getPointIdListCount

      int getPointIdListCount()
      repeated uint32 point_id_list = 2;
      Returns:
      The count of pointIdList.
    • getPointIdList

      int getPointIdList(int index)
      repeated uint32 point_id_list = 2;
      Parameters:
      index - The index of the element to return.
      Returns:
      The pointIdList at the given index.