Package org.correomqtt.gui.model
Class ConnectionPropertiesDTO
- java.lang.Object
-
- org.correomqtt.gui.model.ConnectionPropertiesDTO
-
public class ConnectionPropertiesDTO extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classConnectionPropertiesDTO.ConnectionPropertiesDTOBuilder
-
Constructor Summary
Constructors Constructor Description ConnectionPropertiesDTO()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static javafx.util.Callback<ConnectionPropertiesDTO,javafx.beans.Observable[]>extractor()AuthgetAuth()StringgetAuthKeyfile()StringgetAuthPassword()StringgetAuthUsername()StringgetClientId()ConnectionUISettingsgetConnectionUISettings()StringgetHostAndPort()StringgetId()IntegergetLocalPort()LwtgetLwt()StringgetLwtPayload()QosgetLwtQos()StringgetLwtTopic()CorreoMqttVersiongetMqttVersion()StringgetName()StringgetPassword()IntegergetPort()ProxygetProxy()StringgetSshHost()IntegergetSshPort()TlsSslgetSsl()StringgetSslKeystore()StringgetSslKeystorePassword()StringgetUrl()StringgetUsername()booleanisCleanSession()booleanisDirty()booleanisLwtRetained()booleanisUnpersisted()StringtoString()
-
-
-
Method Detail
-
extractor
public static javafx.util.Callback<ConnectionPropertiesDTO,javafx.beans.Observable[]> extractor()
-
getId
public String getId()
-
getName
public String getName()
-
getUrl
public String getUrl()
-
getPort
public Integer getPort()
-
getClientId
public String getClientId()
-
getUsername
public String getUsername()
-
getPassword
public String getPassword()
-
isCleanSession
public boolean isCleanSession()
-
getMqttVersion
public CorreoMqttVersion getMqttVersion()
-
getSsl
public TlsSsl getSsl()
-
getSslKeystore
public String getSslKeystore()
-
getSslKeystorePassword
public String getSslKeystorePassword()
-
getProxy
public Proxy getProxy()
-
getSshHost
public String getSshHost()
-
getSshPort
public Integer getSshPort()
-
getLocalPort
public Integer getLocalPort()
-
getAuth
public Auth getAuth()
-
getAuthUsername
public String getAuthUsername()
-
getAuthPassword
public String getAuthPassword()
-
getAuthKeyfile
public String getAuthKeyfile()
-
getLwt
public Lwt getLwt()
-
getLwtTopic
public String getLwtTopic()
-
getLwtQos
public Qos getLwtQos()
-
isLwtRetained
public boolean isLwtRetained()
-
getLwtPayload
public String getLwtPayload()
-
getConnectionUISettings
public ConnectionUISettings getConnectionUISettings()
-
isDirty
public boolean isDirty()
-
isUnpersisted
public boolean isUnpersisted()
-
getHostAndPort
public String getHostAndPort()
-
-