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 WicaChannelTypegetType()Returns the channel type.abstract LocalDateTimeReturns the server timestamp.
-
Method Details
-
getType
Description copied from class:WicaChannelDataReturns the channel type.- Overrides:
getTypein classWicaChannelData- Returns:
- the channel type.
-
getWicaServerTimestamp
Description copied from class:WicaChannelDataReturns the server timestamp.- Overrides:
getWicaServerTimestampin classWicaChannelData- Returns:
- the server timestamp.
-