Interface GetCityReputationMapInfoRspOuterClass.GetCityReputationMapInfoRspOrBuilder

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

public static interface GetCityReputationMapInfoRspOuterClass.GetCityReputationMapInfoRspOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    int32 retcode = 13;
    int
    getRewardCityList(int index)
    repeated uint32 reward_city_list = 15;
    int
    repeated uint32 reward_city_list = 15;
    repeated uint32 reward_city_list = 15;
    boolean
    bool Unk3300_GJFNOPNMFNG = 12;
    boolean
    bool Unk3300_NCMHMODIIKM = 5;
    int
    repeated uint32 unlock_hunting_city_list = 4;
    int
    repeated uint32 unlock_hunting_city_list = 4;
    repeated uint32 unlock_hunting_city_list = 4;

    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

    • getRetcode

      int getRetcode()
      int32 retcode = 13;
      Returns:
      The retcode.
    • getUnlockHuntingCityListList

      List<Integer> getUnlockHuntingCityListList()
      repeated uint32 unlock_hunting_city_list = 4;
      Returns:
      A list containing the unlockHuntingCityList.
    • getUnlockHuntingCityListCount

      int getUnlockHuntingCityListCount()
      repeated uint32 unlock_hunting_city_list = 4;
      Returns:
      The count of unlockHuntingCityList.
    • getUnlockHuntingCityList

      int getUnlockHuntingCityList(int index)
      repeated uint32 unlock_hunting_city_list = 4;
      Parameters:
      index - The index of the element to return.
      Returns:
      The unlockHuntingCityList at the given index.
    • getUnk3300GJFNOPNMFNG

      boolean getUnk3300GJFNOPNMFNG()
      bool Unk3300_GJFNOPNMFNG = 12;
      Returns:
      The unk3300GJFNOPNMFNG.
    • getUnk3300NCMHMODIIKM

      boolean getUnk3300NCMHMODIIKM()
      bool Unk3300_NCMHMODIIKM = 5;
      Returns:
      The unk3300NCMHMODIIKM.
    • getRewardCityListList

      List<Integer> getRewardCityListList()
      repeated uint32 reward_city_list = 15;
      Returns:
      A list containing the rewardCityList.
    • getRewardCityListCount

      int getRewardCityListCount()
      repeated uint32 reward_city_list = 15;
      Returns:
      The count of rewardCityList.
    • getRewardCityList

      int getRewardCityList(int index)
      repeated uint32 reward_city_list = 15;
      Parameters:
      index - The index of the element to return.
      Returns:
      The rewardCityList at the given index.