Interface GetSceneAreaRspOuterClass.GetSceneAreaRspOrBuilder

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

public static interface GetSceneAreaRspOuterClass.GetSceneAreaRspOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getSceneId

      int getSceneId()
      uint32 scene_id = 4;
      Returns:
      The sceneId.
    • getAreaIdListList

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

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

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

      List<CityInfoOuterClass.CityInfo> getCityInfoListList()
      repeated .CityInfo city_info_list = 15;
    • getCityInfoList

      CityInfoOuterClass.CityInfo getCityInfoList(int index)
      repeated .CityInfo city_info_list = 15;
    • getCityInfoListCount

      int getCityInfoListCount()
      repeated .CityInfo city_info_list = 15;
    • getCityInfoListOrBuilderList

      List<? extends CityInfoOuterClass.CityInfoOrBuilder> getCityInfoListOrBuilderList()
      repeated .CityInfo city_info_list = 15;
    • getCityInfoListOrBuilder

      CityInfoOuterClass.CityInfoOrBuilder getCityInfoListOrBuilder(int index)
      repeated .CityInfo city_info_list = 15;
    • getRetcode

      int getRetcode()
      int32 retcode = 6;
      Returns:
      The retcode.