public class PluginComponent extends Entity
Entity.Builder<T extends Entity,B extends Entity.Builder<T,B>>
Modifier and Type | Field and Description |
---|---|
static EntityType |
TYPE
The type of the entity.
|
Constructor and Description |
---|
PluginComponent()
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
String |
getHealthStatus()
Returns the health status of the plugin component.
|
List<PluginMetric> |
getMetrics()
Returns the metrics of the plugin component.
|
String |
toString()
Returns a string representation of the object.
|
getName, setName
getId, setId
public static final EntityType TYPE
public String getHealthStatus()
public List<PluginMetric> getMetrics()
Copyright © 2018. All rights reserved.