Interface LoRaWANPublicGatewayMetadata.Builder

    • Method Detail

      • providerNetId

        LoRaWANPublicGatewayMetadata.Builder providerNetId​(String providerNetId)

        The ID of the LoRaWAN public network provider.

        Parameters:
        providerNetId - The ID of the LoRaWAN public network provider.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • id

        LoRaWANPublicGatewayMetadata.Builder id​(String id)

        The ID of the gateways that are operated by the network provider.

        Parameters:
        id - The ID of the gateways that are operated by the network provider.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • rssi

        LoRaWANPublicGatewayMetadata.Builder rssi​(Double rssi)

        The RSSI (received signal strength indicator) value.

        Parameters:
        rssi - The RSSI (received signal strength indicator) value.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • snr

        LoRaWANPublicGatewayMetadata.Builder snr​(Double snr)

        The SNR (signal to noise ratio) value.

        Parameters:
        snr - The SNR (signal to noise ratio) value.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • rfRegion

        LoRaWANPublicGatewayMetadata.Builder rfRegion​(String rfRegion)
        Sets the value of the RfRegion property for this object.
        Parameters:
        rfRegion - The new value for the RfRegion property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • dlAllowed

        LoRaWANPublicGatewayMetadata.Builder dlAllowed​(Boolean dlAllowed)

        Boolean that indicates whether downlink is allowed using the network.

        Parameters:
        dlAllowed - Boolean that indicates whether downlink is allowed using the network.
        Returns:
        Returns a reference to this object so that method calls can be chained together.