Package com.telenordigital.nbiot
Interface Output
-
- All Known Implementing Classes:
ImmutableOutput
@Immutable public interface OutputAn output.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceOutput.OutputList
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringcollectionID()The collection the output belongs to.Map<String,Object>config()The type-specific configuration.Stringid()The output's ID.Stringtype()The output's type.
-