public interface MqttInput extends AbstractInput
The following features are supported:
ParserPackage.getMqttInput()| Modifier and Type | Method and Description |
|---|---|
String |
getClientId()
Returns the value of the 'Client Id' attribute.
|
int |
getQos()
Returns the value of the 'Qos' attribute.
|
String |
getServerUri()
Returns the value of the 'Server Uri' attribute.
|
String |
getTopic()
Returns the value of the 'Topic' attribute.
|
void |
setClientId(String value)
Sets the value of the '
Client Id' attribute. |
void |
setQos(int value)
Sets the value of the '
Qos' attribute. |
void |
setServerUri(String value)
Sets the value of the '
Server Uri' attribute. |
void |
setTopic(String value)
Sets the value of the '
Topic' attribute. |
createInput, getTransformersString getServerUri()
If the meaning of the 'Server Uri' attribute isn't clear, there really should be more of a description here...
setServerUri(String),
ParserPackage.getMqttInput_ServerUri()void setServerUri(String value)
Server Uri' attribute.
value - the new value of the 'Server Uri' attribute.getServerUri()String getClientId()
If the meaning of the 'Client Id' attribute isn't clear, there really should be more of a description here...
setClientId(String),
ParserPackage.getMqttInput_ClientId()void setClientId(String value)
Client Id' attribute.
value - the new value of the 'Client Id' attribute.getClientId()String getTopic()
If the meaning of the 'Topic' attribute isn't clear, there really should be more of a description here...
setTopic(String),
ParserPackage.getMqttInput_Topic()void setTopic(String value)
Topic' attribute.
value - the new value of the 'Topic' attribute.getTopic()int getQos()
If the meaning of the 'Qos' attribute isn't clear, there really should be more of a description here...
setQos(int),
ParserPackage.getMqttInput_Qos()