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 = 2;
    int
    uint32 gadget_id = 3;
    boolean
    bool is_use_condense_resin = 9;
    .InterOpType op_type = 8;
    int
    .InterOpType op_type = 8;
    .ResinCostType resin_cost_type = 4;
    int
    .ResinCostType resin_cost_type = 4;
    int
    uint32 ui_interact_id = 11;

    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

    • getOpTypeValue

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

      .InterOpType op_type = 8;
      Returns:
      The opType.
    • getResinCostTypeValue

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

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

      boolean getIsUseCondenseResin()
      bool is_use_condense_resin = 9;
      Returns:
      The isUseCondenseResin.
    • getGadgetId

      int getGadgetId()
      uint32 gadget_id = 3;
      Returns:
      The gadgetId.
    • getUiInteractId

      int getUiInteractId()
      uint32 ui_interact_id = 11;
      Returns:
      The uiInteractId.
    • getGadgetEntityId

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