@Beta public abstract class Component extends Object implements Component
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() |
void |
setRegion(Region region) |
protected Component(Component.Builder properties)
public abstract ComponentType getType()
public ComponentName getName()
public ComponentPath getPath()
public void setRegion(Region region)
public abstract Component copy()