Package io.anyline.plugin.config
Class UIFeedbackPresetDefinitionConfig
-
- All Implemented Interfaces:
public class UIFeedbackPresetDefinitionConfig
UIFeedbackPresetDefinitionConfig
Configuration for uiFeedback preset definition.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enum
UIFeedbackPresetDefinitionConfig.Type
Sets the preset definition type.
-
Field Summary
Fields Modifier and Type Field Description public String
name
public UIFeedbackPresetDefinitionConfig.Type
type
public List<UIFeedbackPresetDefinitionAttributeConfig>
attributes
public UIFeedbackPresetContentConfig
presetContent
-
Constructor Summary
Constructors Constructor Description UIFeedbackPresetDefinitionConfig()
-
Method Summary
Modifier and Type Method Description String
getName()
Sets the name of the preset definition. void
setName(String name)
Sets the name of the preset definition. UIFeedbackPresetDefinitionConfig.Type
getType()
Sets the preset definition type. void
setType(UIFeedbackPresetDefinitionConfig.Type type)
Sets the preset definition type. List<UIFeedbackPresetDefinitionAttributeConfig>
getAttributes()
Attributes inside preset definition. void
setAttributes(List<UIFeedbackPresetDefinitionAttributeConfig> attributes)
Attributes inside preset definition. UIFeedbackPresetContentConfig
getPresetContent()
UIFeedbackPresetContentConfig Configuration for uiFeedback preset content definition. void
setPresetContent(UIFeedbackPresetContentConfig presetContent)
UIFeedbackPresetContentConfig Configuration for uiFeedback preset content definition. String
toString()
int
hashCode()
boolean
equals(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()
-
-
-
-