Interface GadgetInteractReqOuterClass.GadgetInteractReqOrBuilder

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

public static interface GadgetInteractReqOuterClass.GadgetInteractReqOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    uint32 gadget_entity_id = 1;
    int
    uint32 gadget_id = 7;
    boolean
    bool is_use_condense_resin = 8;
    .InterOpType op_type = 9;
    int
    .InterOpType op_type = 9;
    .ResinCostType resin_cost_type = 5;
    int
    .ResinCostType resin_cost_type = 5;
    int
    uint32 ui_interact_id = 12;

    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

    • getResinCostTypeValue

      int getResinCostTypeValue()
      .ResinCostType resin_cost_type = 5;
      Returns:
      The enum numeric value on the wire for resinCostType.
    • getResinCostType

      .ResinCostType resin_cost_type = 5;
      Returns:
      The resinCostType.
    • getIsUseCondenseResin

      boolean getIsUseCondenseResin()
      bool is_use_condense_resin = 8;
      Returns:
      The isUseCondenseResin.
    • getOpTypeValue

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

      .InterOpType op_type = 9;
      Returns:
      The opType.
    • getUiInteractId

      int getUiInteractId()
      uint32 ui_interact_id = 12;
      Returns:
      The uiInteractId.
    • getGadgetId

      int getGadgetId()
      uint32 gadget_id = 7;
      Returns:
      The gadgetId.
    • getGadgetEntityId

      int getGadgetEntityId()
      uint32 gadget_entity_id = 1;
      Returns:
      The gadgetEntityId.