public static interface GsmNmrObj.Builder extends SdkPojo, CopyableBuilder<GsmNmrObj.Builder,GsmNmrObj>
| Modifier and Type | Method and Description |
|---|---|
GsmNmrObj.Builder |
bcch(Integer bcch)
GSM broadcast control channel.
|
GsmNmrObj.Builder |
bsic(Integer bsic)
GSM base station identity code (BSIC).
|
default GsmNmrObj.Builder |
globalIdentity(Consumer<GlobalIdentity.Builder> globalIdentity)
Global identity information of the GSM object.
|
GsmNmrObj.Builder |
globalIdentity(GlobalIdentity globalIdentity)
Global identity information of the GSM object.
|
GsmNmrObj.Builder |
rxLevel(Integer rxLevel)
Rx level, which is the received signal power, measured in dBm (decibel-milliwatts).
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildGsmNmrObj.Builder bsic(Integer bsic)
GSM base station identity code (BSIC).
bsic - GSM base station identity code (BSIC).GsmNmrObj.Builder bcch(Integer bcch)
GSM broadcast control channel.
bcch - GSM broadcast control channel.GsmNmrObj.Builder rxLevel(Integer rxLevel)
Rx level, which is the received signal power, measured in dBm (decibel-milliwatts).
rxLevel - Rx level, which is the received signal power, measured in dBm (decibel-milliwatts).GsmNmrObj.Builder globalIdentity(GlobalIdentity globalIdentity)
Global identity information of the GSM object.
globalIdentity - Global identity information of the GSM object.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 theGlobalIdentity.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).
globalIdentity - a consumer that will call methods on GlobalIdentity.BuilderglobalIdentity(GlobalIdentity)Copyright © 2023. All rights reserved.