Interface MechanicusUnlockGearRspOuterClass.MechanicusUnlockGearRspOrBuilder

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

public static interface MechanicusUnlockGearRspOuterClass.MechanicusUnlockGearRspOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    uint32 gear_id = 1;
    int
    uint32 mechanicus_id = 7;
    int
    int32 retcode = 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

    • getGearId

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

      int getMechanicusId()
      uint32 mechanicus_id = 7;
      Returns:
      The mechanicusId.
    • getRetcode

      int getRetcode()
      int32 retcode = 10;
      Returns:
      The retcode.