Class WicaChannelValueConnectedStringArray

Direct Known Subclasses:
WicaChannelValueMixins.WicaChannelValueConnectedStringArraySerializerMixin

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

    • WicaChannelValueConnectedStringArray

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