Package com.telenordigital.nbiot
Class MQTTOutput
- java.lang.Object
-
- com.telenordigital.nbiot.MQTTOutput
-
- All Implemented Interfaces:
Output
- Direct Known Subclasses:
ImmutableMQTTOutput
@Immutable public abstract class MQTTOutput extends Object implements Output
-
-
Constructor Summary
Constructors Constructor Description MQTTOutput()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract StringclientID()The output's clientID.abstract BooleandisableCertCheck()The output's disableCertCheck.abstract Stringendpoint()The output's endpoint.abstract Stringpassword()The output's password.com.telenordigital.nbiot.OutputInternaltoInternal()abstract StringtopicName()The output's topicName.abstract Stringusername()The output's username.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.telenordigital.nbiot.Output
collectionID, enabled, id, tags
-
-
-
-
Method Detail
-
endpoint
public abstract String endpoint()
The output's endpoint.
-
disableCertCheck
@Nullable public abstract Boolean disableCertCheck()
The output's disableCertCheck.
-
clientID
public abstract String clientID()
The output's clientID.
-
topicName
public abstract String topicName()
The output's topicName.
-
toInternal
public com.telenordigital.nbiot.OutputInternal toInternal()
- Specified by:
toInternalin interfaceOutput
-
-