public interface Sendable
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName()
Gets the name of this
Sendable object. |
java.lang.String |
getSubsystem()
Gets the subsystem name of this
Sendable object. |
void |
initSendable(SendableBuilder builder)
Initializes this
Sendable object. |
void |
setName(java.lang.String name)
Sets the name of this
Sendable object. |
default void |
setName(java.lang.String subsystem,
java.lang.String name)
Sets both the subsystem name and device name of this
Sendable object. |
void |
setSubsystem(java.lang.String subsystem)
Sets the subsystem name of this
Sendable object. |
void setName(java.lang.String name)
Sendable
object.name
- namedefault void setName(java.lang.String subsystem, java.lang.String name)
Sendable
object.subsystem
- subsystem namename
- device namejava.lang.String getSubsystem()
Sendable
object.void setSubsystem(java.lang.String subsystem)
Sendable
object.subsystem
- subsystem namevoid initSendable(SendableBuilder builder)
Sendable
object.builder
- sendable builder