Interface WcdmaObj.Builder

All Superinterfaces:
Buildable, CopyableBuilder<WcdmaObj.Builder,WcdmaObj>, SdkBuilder<WcdmaObj.Builder,WcdmaObj>, SdkPojo
Enclosing class:
WcdmaObj

public static interface WcdmaObj.Builder extends SdkPojo, CopyableBuilder<WcdmaObj.Builder,WcdmaObj>
  • Method Details

    • 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

      Mobile Network Code.

      Parameters:
      mnc - Mobile Network Code.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • 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.
    • wcdmaLocalId

      default WcdmaObj.Builder wcdmaLocalId(Consumer<WcdmaLocalId.Builder> wcdmaLocalId)

      WCDMA local ID information.

      This is a convenience method that creates an instance of the WcdmaLocalId.Builder avoiding the need to create one manually via WcdmaLocalId.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to wcdmaLocalId(WcdmaLocalId).

      Parameters:
      wcdmaLocalId - a consumer that will call methods on WcdmaLocalId.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • 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

      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.
    • wcdmaNmr

      WCDMA object for network measurement reports.

      This is a convenience method that creates an instance of the WcdmaNmrObj.Builder avoiding the need to create one manually via WcdmaNmrObj.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to wcdmaNmr(List<WcdmaNmrObj>).

      Parameters:
      wcdmaNmr - a consumer that will call methods on WcdmaNmrObj.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: