Class WcdmaNmrObj

    • Method Detail

      • uarfcndl

        public final Integer uarfcndl()

        WCDMA UTRA Absolute RF Channel Number downlink.

        Returns:
        WCDMA UTRA Absolute RF Channel Number downlink.
      • psc

        public final Integer psc()

        Primary Scrambling Code.

        Returns:
        Primary Scrambling Code.
      • utranCid

        public final Integer utranCid()

        UTRAN (UMTS Terrestrial Radio Access Network) Cell Global Identifier.

        Returns:
        UTRAN (UMTS Terrestrial Radio Access Network) Cell Global Identifier.
      • rscp

        public final Integer rscp()

        Received Signal Code Power (signal power) (dBm)

        Returns:
        Received Signal Code Power (signal power) (dBm)
      • pathLoss

        public final Integer pathLoss()

        Path loss, or path attenuation, is the reduction in power density of an electromagnetic wave as it propagates through space.

        Returns:
        Path loss, or path attenuation, is the reduction in power density of an electromagnetic wave as it propagates through space.
      • 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)