Package com.telenordigital.nbiot
Class IFTTTOutput
- java.lang.Object
-
- com.telenordigital.nbiot.IFTTTOutput
-
- All Implemented Interfaces:
Output
- Direct Known Subclasses:
ImmutableIFTTTOutput
@Immutable public abstract class IFTTTOutput extends Object implements Output
-
-
Constructor Summary
Constructors Constructor Description IFTTTOutput()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract BooleanasIsPayload()The output's asIsPayload.abstract StringeventName()The output's eventName.abstract Stringkey()The output's key.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
-
key
public abstract String key()
The output's key.
-
eventName
public abstract String eventName()
The output's eventName.
-
toInternal
public com.telenordigital.nbiot.OutputInternal toInternal()
- Specified by:
toInternalin interfaceOutput
-
-