Class DeviceConnectionConstants

java.lang.Object
org.eclipse.hono.util.RequestResponseApiConstants
org.eclipse.hono.util.DeviceConnectionConstants

public final class DeviceConnectionConstants extends RequestResponseApiConstants
Constants used for dealing with the device connection data. TODO These constants should be moved elsewhere.
  • Field Details

    • FIELD_GATEWAY_ID

      public static final String FIELD_GATEWAY_ID
      The name of the field that contains the identifier of a gateway.
      See Also:
    • FIELD_LAST_UPDATED

      public static final String FIELD_LAST_UPDATED
      The name of the optional field in the result of the get last known gateway for device operation that contains the date when the last known gateway id was last updated.
      See Also:
    • FIELD_ADAPTER_INSTANCES

      public static final String FIELD_ADAPTER_INSTANCES
      The name of the field that contains the list of objects with protocol adapter instance id and device id.
      See Also:
    • FIELD_ADAPTER_INSTANCE_ID

      public static final String FIELD_ADAPTER_INSTANCE_ID
      The name of the field that contains the identifier of the protocol adapter instance.
      See Also:
    • FIELD_GATEWAY_IDS

      public static final String FIELD_GATEWAY_IDS
      The name of the field that contains the array of gateway ids.
      See Also: