Package io.anyline.plugin.config
Class UIFeedbackPresetConfig
-
- All Implemented Interfaces:
public class UIFeedbackPresetConfig
UIFeedbackPresetConfig
Configuration for uiFeedback preset.
-
-
Field Summary
Fields Modifier and Type Field Description public String
presetName
public List<UIFeedbackPresetAttributeConfig>
presetAttributes
-
Constructor Summary
Constructors Constructor Description UIFeedbackPresetConfig()
-
Method Summary
Modifier and Type Method Description String
getPresetName()
Name of the preset. void
setPresetName(String presetName)
Name of the preset. List<UIFeedbackPresetAttributeConfig>
getPresetAttributes()
Attributes inside preset. void
setPresetAttributes(List<UIFeedbackPresetAttributeConfig> presetAttributes)
Attributes inside preset. String
toString()
int
hashCode()
boolean
equals(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()
-
-
-
-