Interface WidgetSlotDataOuterClass.WidgetSlotDataOrBuilder

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

public static interface WidgetSlotDataOuterClass.WidgetSlotDataOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    uint32 cd_over_time = 4;
    boolean
    bool is_active = 9;
    int
    uint32 material_id = 8;
    .WidgetSlotTag tag = 12;
    int
    .WidgetSlotTag tag = 12;

    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

    • getTagValue

      int getTagValue()
      .WidgetSlotTag tag = 12;
      Returns:
      The enum numeric value on the wire for tag.
    • getTag

      .WidgetSlotTag tag = 12;
      Returns:
      The tag.
    • getMaterialId

      int getMaterialId()
      uint32 material_id = 8;
      Returns:
      The materialId.
    • getIsActive

      boolean getIsActive()
      bool is_active = 9;
      Returns:
      The isActive.
    • getCdOverTime

      int getCdOverTime()
      uint32 cd_over_time = 4;
      Returns:
      The cdOverTime.