Interface ChannelerSlabWearBuffRspOuterClass.ChannelerSlabWearBuffRspOrBuilder

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

public static interface ChannelerSlabWearBuffRspOuterClass.ChannelerSlabWearBuffRspOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    uint32 buff_id = 8;
    boolean
    bool is_mp = 7;
    int
    int32 retcode = 13;
    int
    uint32 slot_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

    • getIsMp

      boolean getIsMp()
      bool is_mp = 7;
      Returns:
      The isMp.
    • getBuffId

      int getBuffId()
      uint32 buff_id = 8;
      Returns:
      The buffId.
    • getSlotId

      int getSlotId()
      uint32 slot_id = 11;
      Returns:
      The slotId.
    • getRetcode

      int getRetcode()
      int32 retcode = 13;
      Returns:
      The retcode.