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
Modifier and Type Method Description static javafx.util.Callback<ConnectionPropertiesDTO,javafx.beans.Observable[]>extractor()AuthgetAuth()StringgetAuthKeyfile()StringgetAuthPassword()StringgetAuthUsername()StringgetClientId()StringgetHostAndPort()StringgetId()IntegergetLocalPort()LwtgetLwt()StringgetLwtPayload()QosgetLwtQos()StringgetLwtTopic()CorreoMqttVersiongetMqttVersion()StringgetName()StringgetPassword()IntegergetPort()ProxygetProxy()StringgetSshHost()IntegergetSshPort()TlsSslgetSsl()StringgetSslKeystore()StringgetSslKeystorePassword()StringgetUrl()StringgetUsername()booleanisCleanSession()booleanisDirty()booleanisLwtRetained()booleanisUnpersisted()StringtoString()
-
Constructor Details
-
ConnectionPropertiesDTO
public ConnectionPropertiesDTO()
-
-
Method Details
-
extractor
-
getId
-
getName
-
getUrl
-
getPort
-
getClientId
-
getUsername
-
getPassword
-
isCleanSession
public boolean isCleanSession() -
getMqttVersion
-
getSsl
-
getSslKeystore
-
getSslKeystorePassword
-
getProxy
-
getSshHost
-
getSshPort
-
getLocalPort
-
getAuth
-
getAuthUsername
-
getAuthPassword
-
getAuthKeyfile
-
getLwt
-
getLwtTopic
-
getLwtQos
-
isLwtRetained
public boolean isLwtRetained() -
getLwtPayload
-
isDirty
public boolean isDirty() -
isUnpersisted
public boolean isUnpersisted() -
getHostAndPort
-
toString
-