Class DeviceInfoResponse


  • public class DeviceInfoResponse
    extends java.lang.Object
    Contains information on the device from the server after a device info query.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • name

        public java.lang.String name
      • id

        public java.lang.String id
      • address

        public java.lang.String address
      • latlong

        public double[] latlong
      • indoor_location

        public java.lang.String indoor_location
      • battery

        public java.lang.Integer battery
      • type

        public java.lang.String type
      • username

        public java.lang.String username
      • location_enabled

        public boolean location_enabled
    • Constructor Detail

      • DeviceInfoResponse

        public DeviceInfoResponse()