Module net.bis5.mattermost4j.models
Package net.bis5.mattermost.model
Class PluginManifest.PluginSettingsSchema
- java.lang.Object
-
- net.bis5.mattermost.model.PluginManifest.PluginSettingsSchema
-
- Enclosing class:
- PluginManifest
public static class PluginManifest.PluginSettingsSchema extends Object
-
-
Constructor Summary
Constructors Constructor Description PluginSettingsSchema()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)StringgetFooter()StringgetHeader()PluginManifest.PluginSetting[]getSettings()inthashCode()voidsetFooter(String footer)voidsetHeader(String header)voidsetSettings(PluginManifest.PluginSetting[] settings)StringtoString()
-
-
-
Method Detail
-
getHeader
public String getHeader()
-
getFooter
public String getFooter()
-
getSettings
public PluginManifest.PluginSetting[] getSettings()
-
setHeader
public void setHeader(String header)
-
setFooter
public void setFooter(String footer)
-
setSettings
public void setSettings(PluginManifest.PluginSetting[] settings)
-
canEqual
protected boolean canEqual(Object other)
-
-