Interface SetWidgetSlotRspOuterClass.SetWidgetSlotRspOrBuilder

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

public static interface SetWidgetSlotRspOuterClass.SetWidgetSlotRspOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getMaterialId

      int getMaterialId()
      uint32 material_id = 12;
      Returns:
      The materialId.
    • getTagListList

      repeated .WidgetSlotTag tag_list = 15;
      Returns:
      A list containing the tagList.
    • getTagListCount

      int getTagListCount()
      repeated .WidgetSlotTag tag_list = 15;
      Returns:
      The count of tagList.
    • getTagList

      repeated .WidgetSlotTag tag_list = 15;
      Parameters:
      index - The index of the element to return.
      Returns:
      The tagList at the given index.
    • getTagListValueList

      List<Integer> getTagListValueList()
      repeated .WidgetSlotTag tag_list = 15;
      Returns:
      A list containing the enum numeric values on the wire for tagList.
    • getTagListValue

      int getTagListValue(int index)
      repeated .WidgetSlotTag tag_list = 15;
      Parameters:
      index - The index of the value to return.
      Returns:
      The enum numeric value on the wire of tagList at the given index.
    • getOpValue

      int getOpValue()
      .WidgetSlotOp op = 2;
      Returns:
      The enum numeric value on the wire for op.
    • getOp

      .WidgetSlotOp op = 2;
      Returns:
      The op.
    • getRetcode

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