public class Plugins extends Object
| Constructor and Description |
|---|
Plugins() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
PluginManifest[] |
getActive() |
PluginManifest[] |
getInactive() |
int |
hashCode() |
void |
setActive(PluginManifest[] active) |
void |
setInactive(PluginManifest[] inactive) |
String |
toString() |
@Generated(value="lombok") public Plugins()
@Generated(value="lombok") public PluginManifest[] getActive()
@Generated(value="lombok") public PluginManifest[] getInactive()
@Generated(value="lombok") public void setActive(PluginManifest[] active)
@Generated(value="lombok") public void setInactive(PluginManifest[] inactive)
@Generated(value="lombok") public boolean equals(Object o)
@Generated(value="lombok") protected boolean canEqual(Object other)
@Generated(value="lombok") public int hashCode()
@Generated(value="lombok") public String toString()
Copyright © 2019. All rights reserved.