Class LoRaWANPublicGatewayMetadata

    • Method Detail

      • providerNetId

        public final String providerNetId()

        The ID of the LoRaWAN public network provider.

        Returns:
        The ID of the LoRaWAN public network provider.
      • id

        public final String id()

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

        Returns:
        The ID of the gateways that are operated by the network provider.
      • rssi

        public final Double rssi()

        The RSSI (received signal strength indicator) value.

        Returns:
        The RSSI (received signal strength indicator) value.
      • snr

        public final Double snr()

        The SNR (signal to noise ratio) value.

        Returns:
        The SNR (signal to noise ratio) value.
      • rfRegion

        public final String rfRegion()
        Returns the value of the RfRegion property for this object.
        Returns:
        The value of the RfRegion property for this object.
      • dlAllowed

        public final Boolean dlAllowed()

        Boolean that indicates whether downlink is allowed using the network.

        Returns:
        Boolean that indicates whether downlink is allowed using the network.
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • 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
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)