![JAR search and dependency download from the Maven repository](/logo.png)
com.geotab.model.entity.statusdata.SensorData Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of java-sdk Show documentation
Show all versions of java-sdk Show documentation
Legacy Geotab Java SDK to be replaced by the NewGeneration API.
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