Package io.anyline.plugin.config
Class UIFeedbackElementContentConfig
-
- All Implemented Interfaces:
public class UIFeedbackElementContentConfigUIFeedbackElementContentConfig
Configuration for UI Feedback content
-
-
Field Summary
Fields Modifier and Type Field Description public StringcontentValuepublic IntegerdurationMillspublic IntegerpriorityLevel
-
Constructor Summary
Constructors Constructor Description UIFeedbackElementContentConfig()
-
Method Summary
Modifier and Type Method Description StringgetContentValue()Sets the content of the element. voidsetContentValue(String contentValue)Sets the content of the element. IntegergetDurationMills()Sets the duration of the element. voidsetDurationMills(Integer durationMills)Sets the duration of the element. IntegergetPriorityLevel()Sets the priority of the element. voidsetPriorityLevel(Integer priorityLevel)Sets the priority of the element. StringtoString()inthashCode()booleanequals(Object other)-
-
Method Detail
-
getContentValue
String getContentValue()
Sets the content of the element.
-
setContentValue
void setContentValue(String contentValue)
Sets the content of the element.
-
getDurationMills
Integer getDurationMills()
Sets the duration of the element.
-
setDurationMills
void setDurationMills(Integer durationMills)
Sets the duration of the element.
-
getPriorityLevel
Integer getPriorityLevel()
Sets the priority of the element.
-
setPriorityLevel
void setPriorityLevel(Integer priorityLevel)
Sets the priority of the element.
-
hashCode
int hashCode()
-
-
-
-