Interface ChannelerSlabTakeoffBuffReqOuterClass.ChannelerSlabTakeoffBuffReqOrBuilder

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

public static interface ChannelerSlabTakeoffBuffReqOuterClass.ChannelerSlabTakeoffBuffReqOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    uint32 buff_id = 12;
    boolean
    bool is_mp = 10;
    int
    uint32 slot_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

    • getSlotId

      int getSlotId()
      uint32 slot_id = 3;
      Returns:
      The slotId.
    • getBuffId

      int getBuffId()
      uint32 buff_id = 12;
      Returns:
      The buffId.
    • getIsMp

      boolean getIsMp()
      bool is_mp = 10;
      Returns:
      The isMp.