Interface TakeCityReputationExploreRewardReqOuterClass.TakeCityReputationExploreRewardReqOrBuilder

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

public static interface TakeCityReputationExploreRewardReqOuterClass.TakeCityReputationExploreRewardReqOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    uint32 city_id = 3;
    int
    getExploreIdList(int index)
    repeated uint32 explore_id_list = 5;
    int
    repeated uint32 explore_id_list = 5;
    repeated uint32 explore_id_list = 5;

    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

    • getExploreIdListList

      List<Integer> getExploreIdListList()
      repeated uint32 explore_id_list = 5;
      Returns:
      A list containing the exploreIdList.
    • getExploreIdListCount

      int getExploreIdListCount()
      repeated uint32 explore_id_list = 5;
      Returns:
      The count of exploreIdList.
    • getExploreIdList

      int getExploreIdList(int index)
      repeated uint32 explore_id_list = 5;
      Parameters:
      index - The index of the element to return.
      Returns:
      The exploreIdList at the given index.
    • getCityId

      int getCityId()
      uint32 city_id = 3;
      Returns:
      The cityId.