Interface TreasureMapDetectorDataOuterClass.TreasureMapDetectorDataOrBuilder

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

public static interface TreasureMapDetectorDataOuterClass.TreasureMapDetectorDataOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getRegionId

      int getRegionId()
      uint32 region_id = 1;
      Returns:
      The regionId.
    • getIsRegionDetected

      boolean getIsRegionDetected()
      bool is_region_detected = 11;
      Returns:
      The isRegionDetected.
    • getRadius

      int getRadius()
      uint32 radius = 2;
      Returns:
      The radius.
    • getSpotListList

      List<VectorOuterClass.Vector> getSpotListList()
      repeated .Vector spot_list = 7;
    • getSpotList

      VectorOuterClass.Vector getSpotList(int index)
      repeated .Vector spot_list = 7;
    • getSpotListCount

      int getSpotListCount()
      repeated .Vector spot_list = 7;
    • getSpotListOrBuilderList

      List<? extends VectorOuterClass.VectorOrBuilder> getSpotListOrBuilderList()
      repeated .Vector spot_list = 7;
    • getSpotListOrBuilder

      VectorOuterClass.VectorOrBuilder getSpotListOrBuilder(int index)
      repeated .Vector spot_list = 7;
    • hasCenterPos

      boolean hasCenterPos()
      .Vector center_pos = 12;
      Returns:
      Whether the centerPos field is set.
    • getCenterPos

      VectorOuterClass.Vector getCenterPos()
      .Vector center_pos = 12;
      Returns:
      The centerPos.
    • getCenterPosOrBuilder

      VectorOuterClass.VectorOrBuilder getCenterPosOrBuilder()
      .Vector center_pos = 12;