Class WicaChannelMetadataUnknown
java.lang.Object
ch.psi.wica.model.channel.WicaChannelData
ch.psi.wica.model.channel.metadata.WicaChannelMetadata
ch.psi.wica.model.channel.metadata.WicaChannelMetadataUnknown
- Direct Known Subclasses:
WicaChannelMetadataMixins.WicaChannelMetadataUnknownSerializerMixin
Represents the metadata for a channel whose type is not yet known.
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs a new instance of the metadata for a channel whose type is unknown. -
Method Summary
Methods inherited from class ch.psi.wica.model.channel.WicaChannelData
getType, getWicaServerTimestamp
-
Constructor Details
-
WicaChannelMetadataUnknown
public WicaChannelMetadataUnknown()Constructs a new instance of the metadata for a channel whose type is unknown.
-