Interface CompoundQueueDataOuterClass.CompoundQueueDataOrBuilder

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

public static interface CompoundQueueDataOuterClass.CompoundQueueDataOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    uint32 compound_id = 14;
    int
    uint32 outputCount = 11;
    int
    uint32 outputTime = 15;
    int
    uint32 waitCount = 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

    • getOutputTime

      int getOutputTime()
      uint32 outputTime = 15;
      Returns:
      The outputTime.
    • getWaitCount

      int getWaitCount()
      uint32 waitCount = 5;
      Returns:
      The waitCount.
    • getOutputCount

      int getOutputCount()
      uint32 outputCount = 11;
      Returns:
      The outputCount.
    • getCompoundId

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