Interface SetWidgetSlotReqOuterClass.SetWidgetSlotReqOrBuilder

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

public static interface SetWidgetSlotReqOuterClass.SetWidgetSlotReqOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getOpValue

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

      .WidgetSlotOp op = 13;
      Returns:
      The op.
    • getMaterialId

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

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

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

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

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

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