Package io.anyline2.viewplugin.ar.config
Class UIFeedbackPresetConfig
-
- All Implemented Interfaces:
public class UIFeedbackPresetConfigUIFeedbackPresetConfig
Configuration for uiFeedback preset.
-
-
Field Summary
Fields Modifier and Type Field Description public StringpresetNamepublic List<UIFeedbackPresetAttributeConfig>presetAttributes
-
Constructor Summary
Constructors Constructor Description UIFeedbackPresetConfig()
-
Method Summary
Modifier and Type Method Description StringgetPresetName()Name of the preset. voidsetPresetName(String presetName)Name of the preset. List<UIFeedbackPresetAttributeConfig>getPresetAttributes()Attributes inside preset. voidsetPresetAttributes(List<UIFeedbackPresetAttributeConfig> presetAttributes)Attributes inside preset. StringtoString()inthashCode()booleanequals(Object other)-
-
Method Detail
-
getPresetName
String getPresetName()
Name of the preset.
-
setPresetName
void setPresetName(String presetName)
Name of the preset.
-
getPresetAttributes
List<UIFeedbackPresetAttributeConfig> getPresetAttributes()
Attributes inside preset.
-
setPresetAttributes
void setPresetAttributes(List<UIFeedbackPresetAttributeConfig> presetAttributes)
Attributes inside preset.
-
hashCode
int hashCode()
-
-
-
-