Class Sensor
- java.lang.Object
-
- de.aristaflow.ilm.model.resourcemodel.Sensor
-
- All Implemented Interfaces:
Serializable
public class Sensor extends Object implements Serializable
- See Also:
Sensor
, Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description @NotNull URI
broker
@NotNull ProcessConstants.AdeptDataType
dataType
@NotBlank String
format
@Valid ProcessTrigger
processTrigger
@NotBlank String
topic
@Valid Value
value
-
Constructor Summary
Constructors Constructor Description Sensor()
-
-
-
Field Detail
-
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
-
-