Interface GetHuntingOfferRewardRspOuterClass.GetHuntingOfferRewardRspOrBuilder

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

public static interface GetHuntingOfferRewardRspOuterClass.GetHuntingOfferRewardRspOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    uint32 city_id = 3;
    .HuntingPair hunting_pair = 10;
    .HuntingPair hunting_pair = 10;
    int
    int32 retcode = 1;
    boolean
    .HuntingPair hunting_pair = 10;

    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

    • getCityId

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

      int getRetcode()
      int32 retcode = 1;
      Returns:
      The retcode.
    • hasHuntingPair

      boolean hasHuntingPair()
      .HuntingPair hunting_pair = 10;
      Returns:
      Whether the huntingPair field is set.
    • getHuntingPair

      .HuntingPair hunting_pair = 10;
      Returns:
      The huntingPair.
    • getHuntingPairOrBuilder

      .HuntingPair hunting_pair = 10;