Interface GetAreaExplorePointRspOuterClass.GetAreaExplorePointRspOrBuilder

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

public static interface GetAreaExplorePointRspOuterClass.GetAreaExplorePointRspOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    getAreaIdList(int index)
    repeated uint32 area_id_list = 11;
    int
    repeated uint32 area_id_list = 11;
    repeated uint32 area_id_list = 11;
    int
    repeated uint32 explore_point_list = 4;
    int
    repeated uint32 explore_point_list = 4;
    repeated uint32 explore_point_list = 4;
    int
    int32 retcode = 2;

    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

    • getExplorePointListList

      List<Integer> getExplorePointListList()
      repeated uint32 explore_point_list = 4;
      Returns:
      A list containing the explorePointList.
    • getExplorePointListCount

      int getExplorePointListCount()
      repeated uint32 explore_point_list = 4;
      Returns:
      The count of explorePointList.
    • getExplorePointList

      int getExplorePointList(int index)
      repeated uint32 explore_point_list = 4;
      Parameters:
      index - The index of the element to return.
      Returns:
      The explorePointList at the given index.
    • getRetcode

      int getRetcode()
      int32 retcode = 2;
      Returns:
      The retcode.
    • getAreaIdListList

      List<Integer> getAreaIdListList()
      repeated uint32 area_id_list = 11;
      Returns:
      A list containing the areaIdList.
    • getAreaIdListCount

      int getAreaIdListCount()
      repeated uint32 area_id_list = 11;
      Returns:
      The count of areaIdList.
    • getAreaIdList

      int getAreaIdList(int index)
      repeated uint32 area_id_list = 11;
      Parameters:
      index - The index of the element to return.
      Returns:
      The areaIdList at the given index.