public class SignalDefinition extends Object implements Serializable
Constructor and Description |
---|
SignalDefinition(String signalId,
String signalName)
It is not intended or recommended that the consumer of this API construct these objects.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getSignalId()
Gets the identifier of the signal definition.
|
String |
getSignalName()
Gets the name of the signal definition.
|
int |
hashCode() |
String |
toString() |
public SignalDefinition(String signalId, String signalName)
signalId
- The identifier of the signal definition.signalName
- The name of the signal definition.<i>Copyright (c) 2021, SAS Institute Inc., Cary, NC, USA</i>