Class WicaChannelDataSerializer.WicaChannelDataSerializerMixin
java.lang.Object
ch.psi.wica.model.channel.WicaChannelData
ch.psi.wica.infrastructure.channel.WicaChannelDataSerializer.WicaChannelDataSerializerMixin
- Enclosing class:
WicaChannelDataSerializer
public abstract static class WicaChannelDataSerializer.WicaChannelDataSerializerMixin
extends WicaChannelData
-
Method Summary
Modifier and TypeMethodDescriptionabstract WicaChannelType
getType()
Returns the channel type.abstract LocalDateTime
Returns the server timestamp.
-
Method Details
-
getType
Description copied from class:WicaChannelData
Returns the channel type.- Overrides:
getType
in classWicaChannelData
- Returns:
- the channel type.
-
getWicaServerTimestamp
Description copied from class:WicaChannelData
Returns the server timestamp.- Overrides:
getWicaServerTimestamp
in classWicaChannelData
- Returns:
- the server timestamp.
-