Interface LoRaWANDeviceMetadata.Builder

    • Method Detail

      • devEui

        LoRaWANDeviceMetadata.Builder devEui​(String devEui)

        The DevEUI value.

        Parameters:
        devEui - The DevEUI value.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • fPort

        LoRaWANDeviceMetadata.Builder fPort​(Integer fPort)

        The FPort value.

        Parameters:
        fPort - The FPort value.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • dataRate

        LoRaWANDeviceMetadata.Builder dataRate​(Integer dataRate)

        The DataRate value.

        Parameters:
        dataRate - The DataRate value.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • frequency

        LoRaWANDeviceMetadata.Builder frequency​(Integer frequency)

        The device's channel frequency in Hz.

        Parameters:
        frequency - The device's channel frequency in Hz.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • timestamp

        LoRaWANDeviceMetadata.Builder timestamp​(String timestamp)

        The date and time of the metadata.

        Parameters:
        timestamp - The date and time of the metadata.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • gateways

        LoRaWANDeviceMetadata.Builder gateways​(Collection<LoRaWANGatewayMetadata> gateways)

        Information about the gateways accessed by the device.

        Parameters:
        gateways - Information about the gateways accessed by the device.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • gateways

        LoRaWANDeviceMetadata.Builder gateways​(LoRaWANGatewayMetadata... gateways)

        Information about the gateways accessed by the device.

        Parameters:
        gateways - Information about the gateways accessed by the device.
        Returns:
        Returns a reference to this object so that method calls can be chained together.