public class MqttConnection extends Task
| Modifier and Type | Class and Description |
|---|---|
static class |
MqttConnection.Builder |
Task.Status| Modifier and Type | Field and Description |
|---|---|
protected String |
clientId |
protected String |
destination |
protected String |
inputFormat |
protected String |
outputFormat |
protected String |
password |
protected Integer |
qos |
static int |
QOS_AT_LEAST_ONCE |
static int |
QOS_AT_MOST_ONCE
Correspond to Mqtt QOS levels.
|
static int |
QOS_EXACTLY_ONCE |
protected Integer |
reportFrequency |
protected String |
source |
protected String |
topic |
protected String |
uri |
protected String |
username |
protected String |
version |
description, disabled, displayName, periodicity, reportFlowId, reportPath, statuscreationDate, creatorId, id, lastEditDate, lastEditorId| Constructor and Description |
|---|
MqttConnection() |
| Modifier and Type | Method and Description |
|---|---|
String |
getClientId() |
String |
getDestination() |
String |
getInputFormat() |
String |
getOutputFormat() |
String |
getPassword() |
Integer |
getQos() |
Integer |
getReportFrequency() |
String |
getSource() |
String |
getTopic() |
String |
getUri() |
String |
getUsername() |
String |
getVersion() |
void |
setClientId(String clientId) |
void |
setDestination(String destination) |
void |
setInputFormat(String inputFormat) |
void |
setOutputFormat(String outputFormat) |
void |
setPassword(String password) |
void |
setQos(Integer qos) |
void |
setReportFrequency(Integer reportFrequency) |
void |
setSource(String source) |
void |
setTopic(String topic) |
void |
setUri(String uri) |
void |
setUsername(String username) |
void |
setVersion(String version) |
String |
toString() |
getDescription, getDisabled, getDisplayName, getPeriodicity, getReportFlowId, getReportPath, getStatus, isDisabled, setDescription, setDisabled, setDisplayName, setPeriodicity, setReportFlowId, setReportPath, setStatusequals, getCreationDate, getCreatorId, getId, getLastEditDate, getLastEditorId, hashCode, setCreationDate, setCreatorId, setId, setLastEditDate, setLastEditorIdpublic static final int QOS_AT_MOST_ONCE
public static final int QOS_AT_LEAST_ONCE
public static final int QOS_EXACTLY_ONCE
protected String uri
protected Integer reportFrequency
protected String topic
protected String username
protected String password
protected String destination
protected String clientId
protected String source
protected String version
protected Integer qos
protected String outputFormat
protected String inputFormat
public String getUri()
public void setUri(String uri)
public Integer getReportFrequency()
public void setReportFrequency(Integer reportFrequency)
public String getTopic()
public void setTopic(String topic)
public String getUsername()
public void setUsername(String username)
public String getPassword()
public void setPassword(String password)
public String getDestination()
getDestination in class Taskpublic void setDestination(String destination)
setDestination in class Taskpublic String getClientId()
public void setClientId(String clientId)
public String getSource()
public void setSource(String source)
public String getVersion()
public void setVersion(String version)
public Integer getQos()
public void setQos(Integer qos)
public String getOutputFormat()
public void setOutputFormat(String outputFormat)
public String getInputFormat()
public void setInputFormat(String inputFormat)
Copyright © 2016. All rights reserved.