Class LoRaWANMulticastSession

    • Method Detail

      • dlDr

        public final Integer dlDr()
        Returns the value of the DlDr property for this object.
        Returns:
        The value of the DlDr property for this object.
      • dlFreq

        public final Integer dlFreq()
        Returns the value of the DlFreq property for this object.
        Returns:
        The value of the DlFreq property for this object.
      • sessionStartTime

        public final Instant sessionStartTime()
        Returns the value of the SessionStartTime property for this object.
        Returns:
        The value of the SessionStartTime property for this object.
      • sessionTimeout

        public final Integer sessionTimeout()
        Returns the value of the SessionTimeout property for this object.
        Returns:
        The value of the SessionTimeout property for this object.
      • pingSlotPeriod

        public final Integer pingSlotPeriod()

        The PingSlotPeriod value.

        Returns:
        The PingSlotPeriod value.
      • 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)