Interface EffectConfigOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
EffectConfig, EffectConfig.Builder

public interface EffectConfigOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getType

      long getType()
      uint64 type = 1;
      Returns:
      The type.
    • hasIcon

      boolean hasIcon()
      .Image icon = 2;
      Returns:
      Whether the icon field is set.
    • getIcon

      Image getIcon()
      .Image icon = 2;
      Returns:
      The icon.
    • getIconOrBuilder

      ImageOrBuilder getIconOrBuilder()
      .Image icon = 2;
    • getAvatarPos

      long getAvatarPos()
      uint64 avatarPos = 3;
      Returns:
      The avatarPos.
    • hasText

      boolean hasText()
      .Text text = 4;
      Returns:
      Whether the text field is set.
    • getText

      Text getText()
      .Text text = 4;
      Returns:
      The text.
    • getTextOrBuilder

      TextOrBuilder getTextOrBuilder()
      .Text text = 4;
    • hasTextIcon

      boolean hasTextIcon()
      .Image textIcon = 5;
      Returns:
      Whether the textIcon field is set.
    • getTextIcon

      Image getTextIcon()
      .Image textIcon = 5;
      Returns:
      The textIcon.
    • getTextIconOrBuilder

      ImageOrBuilder getTextIconOrBuilder()
      .Image textIcon = 5;
    • getStayTime

      int getStayTime()
      uint32 stayTime = 6;
      Returns:
      The stayTime.
    • getAnimAssetId

      long getAnimAssetId()
      uint64 animAssetId = 7;
      Returns:
      The animAssetId.
    • hasBadge

      boolean hasBadge()
      .Image badge = 8;
      Returns:
      Whether the badge field is set.
    • getBadge

      Image getBadge()
      .Image badge = 8;
      Returns:
      The badge.
    • getBadgeOrBuilder

      ImageOrBuilder getBadgeOrBuilder()
      .Image badge = 8;
    • getFlexSettingArrayListList

      List<Long> getFlexSettingArrayListList()
      repeated uint64 flexSettingArrayList = 9;
      Returns:
      A list containing the flexSettingArrayList.
    • getFlexSettingArrayListCount

      int getFlexSettingArrayListCount()
      repeated uint64 flexSettingArrayList = 9;
      Returns:
      The count of flexSettingArrayList.
    • getFlexSettingArrayList

      long getFlexSettingArrayList(int index)
      repeated uint64 flexSettingArrayList = 9;
      Parameters:
      index - The index of the element to return.
      Returns:
      The flexSettingArrayList at the given index.
    • hasTextIconOverlay

      boolean hasTextIconOverlay()
      .Image textIconOverlay = 10;
      Returns:
      Whether the textIconOverlay field is set.
    • getTextIconOverlay

      Image getTextIconOverlay()
      .Image textIconOverlay = 10;
      Returns:
      The textIconOverlay.
    • getTextIconOverlayOrBuilder

      ImageOrBuilder getTextIconOverlayOrBuilder()
      .Image textIconOverlay = 10;
    • hasAnimatedBadge

      boolean hasAnimatedBadge()
      .Image animatedBadge = 11;
      Returns:
      Whether the animatedBadge field is set.
    • getAnimatedBadge

      Image getAnimatedBadge()
      .Image animatedBadge = 11;
      Returns:
      The animatedBadge.
    • getAnimatedBadgeOrBuilder

      ImageOrBuilder getAnimatedBadgeOrBuilder()
      .Image animatedBadge = 11;
    • getHasSweepLight

      boolean getHasSweepLight()
      bool hasSweepLight = 12;
      Returns:
      The hasSweepLight.
    • getTextFlexSettingArrayListList

      List<Long> getTextFlexSettingArrayListList()
      repeated uint64 textFlexSettingArrayList = 13;
      Returns:
      A list containing the textFlexSettingArrayList.
    • getTextFlexSettingArrayListCount

      int getTextFlexSettingArrayListCount()
      repeated uint64 textFlexSettingArrayList = 13;
      Returns:
      The count of textFlexSettingArrayList.
    • getTextFlexSettingArrayList

      long getTextFlexSettingArrayList(int index)
      repeated uint64 textFlexSettingArrayList = 13;
      Parameters:
      index - The index of the element to return.
      Returns:
      The textFlexSettingArrayList at the given index.
    • getCenterAnimAssetId

      long getCenterAnimAssetId()
      uint64 centerAnimAssetId = 14;
      Returns:
      The centerAnimAssetId.
    • hasDynamicImage

      boolean hasDynamicImage()
      .Image dynamicImage = 15;
      Returns:
      Whether the dynamicImage field is set.
    • getDynamicImage

      Image getDynamicImage()
      .Image dynamicImage = 15;
      Returns:
      The dynamicImage.
    • getDynamicImageOrBuilder

      ImageOrBuilder getDynamicImageOrBuilder()
      .Image dynamicImage = 15;
    • getExtraMapCount

      int getExtraMapCount()
      map<string, string> extraMap = 16;
    • containsExtraMap

      boolean containsExtraMap(String key)
      map<string, string> extraMap = 16;
    • getExtraMap

      @Deprecated Map<String,String> getExtraMap()
      Deprecated.
      Use getExtraMapMap() instead.
    • getExtraMapMap

      Map<String,String> getExtraMapMap()
      map<string, string> extraMap = 16;
    • getExtraMapOrDefault

      String getExtraMapOrDefault(String key, String defaultValue)
      map<string, string> extraMap = 16;
    • getExtraMapOrThrow

      String getExtraMapOrThrow(String key)
      map<string, string> extraMap = 16;
    • getMp4AnimAssetId

      long getMp4AnimAssetId()
      uint64 mp4AnimAssetId = 17;
      Returns:
      The mp4AnimAssetId.
    • getPriority

      long getPriority()
      uint64 priority = 18;
      Returns:
      The priority.
    • getMaxWaitTime

      long getMaxWaitTime()
      uint64 maxWaitTime = 19;
      Returns:
      The maxWaitTime.
    • getDressId

      String getDressId()
      string dressId = 20;
      Returns:
      The dressId.
    • getDressIdBytes

      com.google.protobuf.ByteString getDressIdBytes()
      string dressId = 20;
      Returns:
      The bytes for dressId.
    • getAlignment

      long getAlignment()
      uint64 alignment = 21;
      Returns:
      The alignment.
    • getAlignmentOffset

      long getAlignmentOffset()
      uint64 alignmentOffset = 22;
      Returns:
      The alignmentOffset.