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 Summary
Modifier and TypeMethodDescriptionbooleancontainsExtraMap(String key) map<string, string> extraMap = 16;longuint64 alignment = 21;longuint64 alignmentOffset = 22;longuint64 animAssetId = 7;.Image animatedBadge = 11;.Image animatedBadge = 11;longuint64 avatarPos = 3;getBadge().Image badge = 8;.Image badge = 8;longuint64 centerAnimAssetId = 14;string dressId = 20;com.google.protobuf.ByteStringstring dressId = 20;.Image dynamicImage = 15;.Image dynamicImage = 15;Deprecated.intmap<string, string> extraMap = 16;map<string, string> extraMap = 16;getExtraMapOrDefault(String key, String defaultValue) map<string, string> extraMap = 16;getExtraMapOrThrow(String key) map<string, string> extraMap = 16;longgetFlexSettingArrayList(int index) repeated uint64 flexSettingArrayList = 9;intrepeated uint64 flexSettingArrayList = 9;repeated uint64 flexSettingArrayList = 9;booleanbool hasSweepLight = 12;getIcon().Image icon = 2;.Image icon = 2;longuint64 maxWaitTime = 19;longuint64 mp4AnimAssetId = 17;longuint64 priority = 18;intuint32 stayTime = 6;getText().Text text = 4;longgetTextFlexSettingArrayList(int index) repeated uint64 textFlexSettingArrayList = 13;intrepeated uint64 textFlexSettingArrayList = 13;repeated uint64 textFlexSettingArrayList = 13;.Image textIcon = 5;.Image textIcon = 5;.Image textIconOverlay = 10;.Image textIconOverlay = 10;.Text text = 4;longgetType()uint64 type = 1;boolean.Image animatedBadge = 11;booleanhasBadge().Image badge = 8;boolean.Image dynamicImage = 15;booleanhasIcon().Image icon = 2;booleanhasText().Text text = 4;boolean.Image textIcon = 5;boolean.Image textIconOverlay = 10;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
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
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
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
map<string, string> extraMap = 16; -
getExtraMap
Deprecated.UsegetExtraMapMap()instead. -
getExtraMapMap
map<string, string> extraMap = 16; -
getExtraMapOrDefault
map<string, string> extraMap = 16; -
getExtraMapOrThrow
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.
-