Interface WcdmaObj.Builder

    • Method Detail

      • mcc

        WcdmaObj.Builder mcc​(Integer mcc)

        Mobile Country Code.

        Parameters:
        mcc - Mobile Country Code.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • mnc

        WcdmaObj.Builder mnc​(Integer mnc)

        Mobile Network Code.

        Parameters:
        mnc - Mobile Network Code.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lac

        WcdmaObj.Builder lac​(Integer lac)

        Location Area Code.

        Parameters:
        lac - Location Area Code.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • utranCid

        WcdmaObj.Builder utranCid​(Integer utranCid)

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

        Parameters:
        utranCid - UTRAN (UMTS Terrestrial Radio Access Network) Cell Global Identifier.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • wcdmaLocalId

        WcdmaObj.Builder wcdmaLocalId​(WcdmaLocalId wcdmaLocalId)

        WCDMA local ID information.

        Parameters:
        wcdmaLocalId - WCDMA local ID information.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • rscp

        WcdmaObj.Builder rscp​(Integer rscp)

        Received Signal Code Power (signal power) (dBm).

        Parameters:
        rscp - Received Signal Code Power (signal power) (dBm).
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • pathLoss

        WcdmaObj.Builder pathLoss​(Integer pathLoss)

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

        Parameters:
        pathLoss - Path loss, or path attenuation, is the reduction in power density of an electromagnetic wave as it propagates through space.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • wcdmaNmr

        WcdmaObj.Builder wcdmaNmr​(Collection<WcdmaNmrObj> wcdmaNmr)

        WCDMA object for network measurement reports.

        Parameters:
        wcdmaNmr - WCDMA object for network measurement reports.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • wcdmaNmr

        WcdmaObj.Builder wcdmaNmr​(WcdmaNmrObj... wcdmaNmr)

        WCDMA object for network measurement reports.

        Parameters:
        wcdmaNmr - WCDMA object for network measurement reports.
        Returns:
        Returns a reference to this object so that method calls can be chained together.