Class GsmNmrObj

    • Method Detail

      • bsic

        public final Integer bsic()

        GSM base station identity code (BSIC).

        Returns:
        GSM base station identity code (BSIC).
      • bcch

        public final Integer bcch()

        GSM broadcast control channel.

        Returns:
        GSM broadcast control channel.
      • rxLevel

        public final Integer rxLevel()

        Rx level, which is the received signal power, measured in dBm (decibel-milliwatts).

        Returns:
        Rx level, which is the received signal power, measured in dBm (decibel-milliwatts).
      • globalIdentity

        public final GlobalIdentity globalIdentity()

        Global identity information of the GSM object.

        Returns:
        Global identity information of the GSM 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)