@Deprecated public interface NamedSendable extends Sendable
Modifier and Type | Method and Description |
---|---|
String |
getName()
Deprecated.
The name of the subtable.
|
default String |
getSubsystem()
Deprecated.
Gets the subsystem name of this
Sendable object. |
default void |
initSendable(SendableBuilder builder)
Deprecated.
Initializes this
Sendable object. |
default void |
setName(String name)
Deprecated.
Sets the name of this
Sendable object. |
default void |
setSubsystem(String subsystem)
Deprecated.
Sets the subsystem name of this
Sendable object. |
String getName()
default void setName(String name)
Sendable
Sendable
object.default String getSubsystem()
Sendable
Sendable
object.getSubsystem
in interface Sendable
default void setSubsystem(String subsystem)
Sendable
Sendable
object.setSubsystem
in interface Sendable
subsystem
- subsystem namedefault void initSendable(SendableBuilder builder)
Sendable
Sendable
object.initSendable
in interface Sendable
builder
- sendable builder