Interface LoRaWANPublicGatewayMetadata.Builder

All Superinterfaces:
Buildable, CopyableBuilder<LoRaWANPublicGatewayMetadata.Builder,LoRaWANPublicGatewayMetadata>, SdkBuilder<LoRaWANPublicGatewayMetadata.Builder,LoRaWANPublicGatewayMetadata>, SdkPojo
Enclosing class:
LoRaWANPublicGatewayMetadata

public static interface LoRaWANPublicGatewayMetadata.Builder extends SdkPojo, CopyableBuilder<LoRaWANPublicGatewayMetadata.Builder,LoRaWANPublicGatewayMetadata>
  • Method Details

    • 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

      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

      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

      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

      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

      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.