Interface GetMechanicusInfoRspOuterClass.GetMechanicusInfoRspOrBuilder

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

public static interface GetMechanicusInfoRspOuterClass.GetMechanicusInfoRspOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    .MechanicusInfo mechanicus_info = 5;
    .MechanicusInfo mechanicus_info = 5;
    int
    int32 retcode = 12;
    boolean
    .MechanicusInfo mechanicus_info = 5;

    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

    • hasMechanicusInfo

      boolean hasMechanicusInfo()
      .MechanicusInfo mechanicus_info = 5;
      Returns:
      Whether the mechanicusInfo field is set.
    • getMechanicusInfo

      .MechanicusInfo mechanicus_info = 5;
      Returns:
      The mechanicusInfo.
    • getMechanicusInfoOrBuilder

      .MechanicusInfo mechanicus_info = 5;
    • getRetcode

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