@Beta public abstract class Component extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Component.Builder |
Modifier | Constructor and Description |
---|---|
protected |
Component(Component.Builder properties) |
Modifier and Type | Method and Description |
---|---|
abstract Component |
copy() |
boolean |
equals(Object o) |
ComponentName |
getName() |
ComponentPath |
getPath() |
abstract ComponentType |
getType() |
int |
hashCode() |
String |
toString() |
protected Component(Component.Builder properties)
public abstract ComponentType getType()
public ComponentName getName()
public ComponentPath getPath()
public abstract Component copy()