Class LoRaWANDevice

    • Method Detail

      • devEui

        public final String devEui()

        The DevEUI value.

        Returns:
        The DevEUI value.
      • deviceProfileId

        public final String deviceProfileId()

        The ID of the device profile for the new wireless device.

        Returns:
        The ID of the device profile for the new wireless device.
      • serviceProfileId

        public final String serviceProfileId()

        The ID of the service profile.

        Returns:
        The ID of the service profile.
      • otaaV1_1

        public final OtaaV1_1 otaaV1_1()

        OTAA device object for v1.1 for create APIs

        Returns:
        OTAA device object for v1.1 for create APIs
      • otaaV1_0_x

        public final OtaaV1_0_x otaaV1_0_x()

        OTAA device object for create APIs for v1.0.x

        Returns:
        OTAA device object for create APIs for v1.0.x
      • abpV1_1

        public final AbpV1_1 abpV1_1()

        ABP device object for create APIs for v1.1

        Returns:
        ABP device object for create APIs for v1.1
      • abpV1_0_x

        public final AbpV1_0_x abpV1_0_x()

        LoRaWAN object for create APIs

        Returns:
        LoRaWAN object for create APIs
      • fPorts

        public final FPorts fPorts()
        Returns the value of the FPorts property for this object.
        Returns:
        The value of the FPorts property for this object.
      • 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)