- java.lang.Object
-
- net.bis5.mattermost.model.Plugins
-
public class Plugins extends Object
Active / Inactive plugins.
-
-
Constructor Summary
Constructors Constructor Description Plugins()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)PluginManifest[]getActive()PluginManifest[]getInactive()inthashCode()voidsetActive(PluginManifest[] active)voidsetInactive(PluginManifest[] inactive)StringtoString()
-
-
-
Method Detail
-
getActive
public PluginManifest[] getActive()
-
getInactive
public PluginManifest[] getInactive()
-
setActive
public void setActive(PluginManifest[] active)
-
setInactive
public void setInactive(PluginManifest[] inactive)
-
canEqual
protected boolean canEqual(Object other)
-
-