public static class SignalProperties.Builder
extends java.lang.Object
SignalProperties| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
SignalProperties |
build()
Builds the SignalProperties object.
|
SignalProperties.Builder |
data(java.lang.String data)
Call this method to set data of the signal.
|
SignalProperties.Builder |
type(java.lang.String type)
Call this method to set a type of the signal.
|
public SignalProperties.Builder type(java.lang.String type)
type - The type of the signalpublic SignalProperties.Builder data(java.lang.String data)
data - The type of the signalpublic SignalProperties build()