java.lang.Object
de.aristaflow.ilm.model.resourcemodel.Sensor
All Implemented Interfaces:
Serializable

public class Sensor extends Object implements Serializable
See Also:
  • Field Details

    • broker

      @NotNull public @NotNull URI broker
    • topic

      @NotBlank public @NotBlank String topic
    • dataType

      @NotNull public @NotNull ProcessConstants.AdeptDataType dataType
    • format

      @NotBlank public @NotBlank String format
    • value

      @Valid public @Valid Value value
    • processTrigger

      @Valid public @Valid ProcessTrigger processTrigger
  • Constructor Details

    • Sensor

      public Sensor()