Class TdscdmaNmrObj

    • Method Detail

      • uarfcn

        public final Integer uarfcn()

        TD-SCDMA UTRA (Universal Terrestrial Radio Access Network) absolute RF channel number.

        Returns:
        TD-SCDMA UTRA (Universal Terrestrial Radio Access Network) absolute RF channel number.
      • cellParams

        public final Integer cellParams()

        Cell parameters for TD-SCDMA network measurement reports object.

        Returns:
        Cell parameters for TD-SCDMA network measurement reports object.
      • 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()

        Code power of the received signal, measured in decibel-milliwatts (dBm).

        Returns:
        Code power of the received signal, measured in decibel-milliwatts (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)