Class GetWirelessDeviceResponse

    • Method Detail

      • name

        public final String name()

        The name of the resource.

        Returns:
        The name of the resource.
      • description

        public final String description()

        The description of the resource.

        Returns:
        The description of the resource.
      • destinationName

        public final String destinationName()

        The name of the destination to which the device is assigned.

        Returns:
        The name of the destination to which the device is assigned.
      • id

        public final String id()

        The ID of the wireless device.

        Returns:
        The ID of the wireless device.
      • arn

        public final String arn()

        The Amazon Resource Name of the resource.

        Returns:
        The Amazon Resource Name of the resource.
      • thingName

        public final String thingName()

        The name of the thing associated with the wireless device. The value is empty if a thing isn't associated with the device.

        Returns:
        The name of the thing associated with the wireless device. The value is empty if a thing isn't associated with the device.
      • thingArn

        public final String thingArn()

        The ARN of the thing associated with the wireless device.

        Returns:
        The ARN of the thing associated with the wireless device.
      • loRaWAN

        public final LoRaWANDevice loRaWAN()

        Information about the wireless device.

        Returns:
        Information about the wireless device.
      • sidewalk

        public final SidewalkDevice sidewalk()

        Sidewalk device object.

        Returns:
        Sidewalk device object.
      • positioningAsString

        public final String positioningAsString()

        FPort values for the GNSS, stream, and ClockSync functions of the positioning information.

        If the service returns an enum value that is not available in the current SDK version, positioning will return PositioningConfigStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from positioningAsString().

        Returns:
        FPort values for the GNSS, stream, and ClockSync functions of the positioning information.
        See Also:
        PositioningConfigStatus
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object