Interface TakeCompoundOutputReqOuterClass.TakeCompoundOutputReqOrBuilder

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

public static interface TakeCompoundOutputReqOuterClass.TakeCompoundOutputReqOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    uint32 compound_group_id = 6;
    int
    uint32 compound_id = 3;

    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

    • getCompoundGroupId

      int getCompoundGroupId()
      uint32 compound_group_id = 6;
      Returns:
      The compoundGroupId.
    • getCompoundId

      int getCompoundId()
      uint32 compound_id = 3;
      Returns:
      The compoundId.