Interface TakeCityReputationLevelRewardReqOuterClass.TakeCityReputationLevelRewardReqOrBuilder

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

public static interface TakeCityReputationLevelRewardReqOuterClass.TakeCityReputationLevelRewardReqOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    uint32 city_id = 12;
    int
    uint32 level = 6;

    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

    • getLevel

      int getLevel()
      uint32 level = 6;
      Returns:
      The level.
    • getCityId

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