Class LoRaWANServiceProfile

    • Method Detail

      • addGwMetadata

        public final Boolean addGwMetadata()

        The AddGWMetaData value.

        Returns:
        The AddGWMetaData value.
      • drMin

        public final Integer drMin()

        The DrMin value.

        Returns:
        The DrMin value.
      • drMax

        public final Integer drMax()

        The DrMax value.

        Returns:
        The DrMax value.
      • prAllowed

        public final Boolean prAllowed()

        The PRAllowed value that describes whether passive roaming is allowed.

        Returns:
        The PRAllowed value that describes whether passive roaming is allowed.
      • raAllowed

        public final Boolean raAllowed()

        The RAAllowed value that describes whether roaming activation is allowed.

        Returns:
        The RAAllowed value that describes whether roaming activation is allowed.
      • 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)