Interface ForgeQueueManipulateReqOuterClass.ForgeQueueManipulateReqOrBuilder

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

public static interface ForgeQueueManipulateReqOuterClass.ForgeQueueManipulateReqOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    uint32 forge_queue_id = 1;
    .ForgeQueueManipulateType manipulate_type = 5;
    int
    .ForgeQueueManipulateType manipulate_type = 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

    • getManipulateTypeValue

      int getManipulateTypeValue()
      .ForgeQueueManipulateType manipulate_type = 5;
      Returns:
      The enum numeric value on the wire for manipulateType.
    • getManipulateType

      .ForgeQueueManipulateType manipulate_type = 5;
      Returns:
      The manipulateType.
    • getForgeQueueId

      int getForgeQueueId()
      uint32 forge_queue_id = 1;
      Returns:
      The forgeQueueId.