Interface FungusCultivateRspOuterClass.FungusCultivateRspOrBuilder

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

public static interface FungusCultivateRspOuterClass.FungusCultivateRspOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    uint32 cultivate_id = 12;
    boolean
    bool is_new_record = 13;
    int
    int32 retcode = 8;

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

      int getCultivateId()
      uint32 cultivate_id = 12;
      Returns:
      The cultivateId.
    • getIsNewRecord

      boolean getIsNewRecord()
      bool is_new_record = 13;
      Returns:
      The isNewRecord.