- java.lang.Object
-
- net.bis5.mattermost.model.PluginOption
-
public class PluginOption extends Object
Predefined options that the user can choose from radio or dropdown for plugin setting.- Author:
- Takayuki Maruyama
-
-
Constructor Summary
Constructors Constructor Description PluginOption()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)StringgetDisplayName()StringgetValue()inthashCode()voidsetDisplayName(String displayName)voidsetValue(String value)StringtoString()
-