Interface MechanicusLevelupGearRspOuterClass.MechanicusLevelupGearRspOrBuilder

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

public static interface MechanicusLevelupGearRspOuterClass.MechanicusLevelupGearRspOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    uint32 after_gear_level = 12;
    int
    uint32 gear_id = 9;
    int
    uint32 mechanicus_id = 4;
    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.
    • getGearId

      int getGearId()
      uint32 gear_id = 9;
      Returns:
      The gearId.
    • getMechanicusId

      int getMechanicusId()
      uint32 mechanicus_id = 4;
      Returns:
      The mechanicusId.
    • getAfterGearLevel

      int getAfterGearLevel()
      uint32 after_gear_level = 12;
      Returns:
      The afterGearLevel.