Package io.anyline2.viewplugin.ar.config
Class UIFeedbackPresetDefinitionConfig
-
- All Implemented Interfaces:
public class UIFeedbackPresetDefinitionConfigUIFeedbackPresetDefinitionConfig
Configuration for uiFeedback preset definition.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enumUIFeedbackPresetDefinitionConfig.TypeSets the preset definition type.
-
Field Summary
Fields Modifier and Type Field Description public Stringnamepublic UIFeedbackPresetDefinitionConfig.Typetypepublic List<UIFeedbackPresetDefinitionAttributeConfig>attributespublic UIFeedbackPresetContentConfigpresetContent
-
Constructor Summary
Constructors Constructor Description UIFeedbackPresetDefinitionConfig()
-
Method Summary
Modifier and Type Method Description StringgetName()Sets the name of the preset definition. voidsetName(String name)Sets the name of the preset definition. UIFeedbackPresetDefinitionConfig.TypegetType()Sets the preset definition type. voidsetType(UIFeedbackPresetDefinitionConfig.Type type)Sets the preset definition type. List<UIFeedbackPresetDefinitionAttributeConfig>getAttributes()Attributes inside preset definition. voidsetAttributes(List<UIFeedbackPresetDefinitionAttributeConfig> attributes)Attributes inside preset definition. UIFeedbackPresetContentConfiggetPresetContent()UIFeedbackPresetContentConfig Configuration for uiFeedback preset content definition. voidsetPresetContent(UIFeedbackPresetContentConfig presetContent)UIFeedbackPresetContentConfig Configuration for uiFeedback preset content definition. StringtoString()inthashCode()booleanequals(Object other)-
-
Method Detail
-
getType
UIFeedbackPresetDefinitionConfig.Type getType()
Sets the preset definition type. (Required)
-
setType
void setType(UIFeedbackPresetDefinitionConfig.Type type)
Sets the preset definition type. (Required)
-
getAttributes
List<UIFeedbackPresetDefinitionAttributeConfig> getAttributes()
Attributes inside preset definition.
-
setAttributes
void setAttributes(List<UIFeedbackPresetDefinitionAttributeConfig> attributes)
Attributes inside preset definition.
-
getPresetContent
UIFeedbackPresetContentConfig getPresetContent()
UIFeedbackPresetContentConfig
Configuration for uiFeedback preset content definition.
-
setPresetContent
void setPresetContent(UIFeedbackPresetContentConfig presetContent)
UIFeedbackPresetContentConfig
Configuration for uiFeedback preset content definition.
-
hashCode
int hashCode()
-
-
-
-