Interface GsmNmrObj.Builder

  • Method Details

    • bsic

      GSM base station identity code (BSIC).

      Parameters:
      bsic - GSM base station identity code (BSIC).
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • bcch

      GSM broadcast control channel.

      Parameters:
      bcch - GSM broadcast control channel.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • rxLevel

      GsmNmrObj.Builder rxLevel(Integer rxLevel)

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

      Parameters:
      rxLevel - Rx level, which is the received signal power, measured in dBm (decibel-milliwatts).
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • globalIdentity

      GsmNmrObj.Builder globalIdentity(GlobalIdentity globalIdentity)

      Global identity information of the GSM object.

      Parameters:
      globalIdentity - Global identity information of the GSM object.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • globalIdentity

      default GsmNmrObj.Builder globalIdentity(Consumer<GlobalIdentity.Builder> globalIdentity)

      Global identity information of the GSM object.

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

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

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