Interface FoundationRspOuterClass.FoundationRspOrBuilder

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

public static interface FoundationRspOuterClass.FoundationRspOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    uint32 building_id = 10;
    int
    uint32 gadget_entity_id = 2;
    .FoundationOpType op_type = 14;
    int
    .FoundationOpType op_type = 14;
    int
    uint32 point_config_id = 6;
    int
    int32 retcode = 15;

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

      int getBuildingId()
      uint32 building_id = 10;
      Returns:
      The buildingId.
    • getOpTypeValue

      int getOpTypeValue()
      .FoundationOpType op_type = 14;
      Returns:
      The enum numeric value on the wire for opType.
    • getOpType

      .FoundationOpType op_type = 14;
      Returns:
      The opType.
    • getGadgetEntityId

      int getGadgetEntityId()
      uint32 gadget_entity_id = 2;
      Returns:
      The gadgetEntityId.
    • getPointConfigId

      int getPointConfigId()
      uint32 point_config_id = 6;
      Returns:
      The pointConfigId.