All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.geotab.model.entity.statusdata.SensorData Maven / Gradle / Ivy

There is a newer version: 9.0.8
Show newest version
package com.geotab.model.entity.statusdata;

import lombok.Getter;
import lombok.NoArgsConstructor;
import lombok.Setter;
import lombok.experimental.SuperBuilder;

/**
 * The class that represents {@link StatusData} received from a sensor like bluetooth dongle.
 */
@Getter @Setter
@NoArgsConstructor
@SuperBuilder(builderMethodName = "sensorDataBuilder")
public class SensorData extends StatusData {

  /**
   * The MAC address of the sensor.
   */
  private Long address;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy