Package io.anyline.plugin.config
Class UIFeedbackElementContentConfig
-
- All Implemented Interfaces:
public class UIFeedbackElementContentConfig
UIFeedbackElementContentConfig
Configuration for UI Feedback content
-
-
Field Summary
Fields Modifier and Type Field Description public String
contentValue
public Integer
durationMills
public Integer
priorityLevel
-
Constructor Summary
Constructors Constructor Description UIFeedbackElementContentConfig()
-
Method Summary
Modifier and Type Method Description String
getContentValue()
Sets the content of the element. void
setContentValue(String contentValue)
Sets the content of the element. Integer
getDurationMills()
Sets the duration of the element. void
setDurationMills(Integer durationMills)
Sets the duration of the element. Integer
getPriorityLevel()
Sets the priority of the element. void
setPriorityLevel(Integer priorityLevel)
Sets the priority of the element. String
toString()
int
hashCode()
boolean
equals(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()
-
-
-
-