Package com.telenordigital.nbiot
Class UDPOutput
- java.lang.Object
-
- com.telenordigital.nbiot.UDPOutput
-
- All Implemented Interfaces:
Output
- Direct Known Subclasses:
ImmutableUDPOutput
@Immutable public abstract class UDPOutput extends Object implements Output
-
-
Constructor Summary
Constructors Constructor Description UDPOutput()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract Stringhost()The output's host.abstract Integerport()The output's port.com.telenordigital.nbiot.OutputInternaltoInternal()-
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
-
host
public abstract String host()
The output's host.
-
port
public abstract Integer port()
The output's port.
-
toInternal
public com.telenordigital.nbiot.OutputInternal toInternal()
- Specified by:
toInternalin interfaceOutput
-
-