Class RemoteDeviceAdapterProperties


  • public final class RemoteDeviceAdapterProperties
    extends Object
    Remote device adapter properties.
    • Constructor Detail

      • RemoteDeviceAdapterProperties

        public RemoteDeviceAdapterProperties​(RemoteDeviceAdapterTarget target,
                                             IotHubDeviceConnection iotHubDeviceConnection)
        Creates an instance of RemoteDeviceAdapterProperties class.
        Parameters:
        target - the target value to set.
        iotHubDeviceConnection - the iotHubDeviceConnection value to set.
    • Method Detail

      • getDescription

        public String getDescription()
        Get the description property: An optional description for the remote device adapter.
        Returns:
        the description value.
      • setDescription

        public RemoteDeviceAdapterProperties setDescription​(String description)
        Set the description property: An optional description for the remote device adapter.
        Parameters:
        description - the description value to set.
        Returns:
        the RemoteDeviceAdapterProperties object itself.
      • getTarget

        public RemoteDeviceAdapterTarget getTarget()
        Get the target property: The IoT device to which this remote device will connect.
        Returns:
        the target value.
      • getIotHubDeviceConnection

        public IotHubDeviceConnection getIotHubDeviceConnection()
        Get the iotHubDeviceConnection property: Information that enables communication between the IoT Hub and the IoT device - allowing this edge module to act as a transparent gateway between the two.
        Returns:
        the iotHubDeviceConnection value.