Class WicaChannelValueConnectedString

Direct Known Subclasses:
WicaChannelValueMixins.WicaChannelValueConnectedStringSerializerMixin

public class WicaChannelValueConnectedString extends WicaChannelValueConnected
Represents the value of a connected channel whose underlying type is STRING.
  • Constructor Details

    • WicaChannelValueConnectedString

      public WicaChannelValueConnectedString(WicaChannelAlarmSeverity alarmSeverity, WicaChannelAlarmStatus alarmStatus, LocalDateTime dataSourceTimestamp, String value)
      Constructs a new instance of a value for a channel whose type is STRING.
      Parameters:
      alarmSeverity - the alarm severity.
      alarmStatus - the alarm status.
      dataSourceTimestamp - the data source timestamp.
      value - the value.
  • Method Details