public final class Component extends AbstractObject
| Modifier and Type | Class and Description |
|---|---|
static class |
Component.Status |
LOGGER| Constructor and Description |
|---|
Component(String id,
String name,
String description,
Component.Status status) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
Component.Status |
getStatus() |
String |
toString() |
getId, getNamepublic Component(String id, String name, String description, Component.Status status)
public String getDescription()
public Component.Status getStatus()
Copyright © 2016–2021. All rights reserved.