Class LoRaWANUpdateDevice

    • Method Detail

      • deviceProfileId

        public final String deviceProfileId()

        The ID of the device profile for the wireless device.

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

        public final String serviceProfileId()

        The ID of the service profile.

        Returns:
        The ID of the service profile.
      • abpV1_1

        public final UpdateAbpV1_1 abpV1_1()

        ABP device object for update APIs for v1.1

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

        public final UpdateAbpV1_0_x abpV1_0_x()

        ABP device object for update APIs for v1.0.x

        Returns:
        ABP device object for update APIs for v1.0.x
      • fPorts

        public final UpdateFPorts fPorts()

        FPorts object for the positioning information of the device.

        Returns:
        FPorts object for the positioning information of the device.
      • 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)