Interface HuntingGiveUpRspOuterClass.HuntingGiveUpRspOrBuilder

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

public static interface HuntingGiveUpRspOuterClass.HuntingGiveUpRspOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    .HuntingPair hunting_pair = 12;
    .HuntingPair hunting_pair = 12;
    int
    int32 retcode = 2;
    boolean
    .HuntingPair hunting_pair = 12;

    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 = 2;
      Returns:
      The retcode.
    • hasHuntingPair

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

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

      .HuntingPair hunting_pair = 12;