public static interface CdmaObj.Builder extends SdkPojo, CopyableBuilder<CdmaObj.Builder,CdmaObj>
| Modifier and Type | Method and Description |
|---|---|
CdmaObj.Builder |
baseLat(Float baseLat)
CDMA base station latitude in degrees.
|
CdmaObj.Builder |
baseLng(Float baseLng)
CDMA base station longtitude in degrees.
|
CdmaObj.Builder |
baseStationId(Integer baseStationId)
CDMA base station ID (BSID).
|
CdmaObj.Builder |
cdmaLocalId(CdmaLocalId cdmaLocalId)
CDMA local identification (local ID) parameters.
|
default CdmaObj.Builder |
cdmaLocalId(Consumer<CdmaLocalId.Builder> cdmaLocalId)
CDMA local identification (local ID) parameters.
|
CdmaObj.Builder |
cdmaNmr(CdmaNmrObj... cdmaNmr)
CDMA network measurement reports.
|
CdmaObj.Builder |
cdmaNmr(Collection<CdmaNmrObj> cdmaNmr)
CDMA network measurement reports.
|
CdmaObj.Builder |
cdmaNmr(Consumer<CdmaNmrObj.Builder>... cdmaNmr)
CDMA network measurement reports.
|
CdmaObj.Builder |
networkId(Integer networkId)
CDMA network ID (NID).
|
CdmaObj.Builder |
pilotPower(Integer pilotPower)
Transmit power level of the pilot signal, measured in dBm (decibel-milliwatts).
|
CdmaObj.Builder |
registrationZone(Integer registrationZone)
CDMA registration zone (RZ).
|
CdmaObj.Builder |
systemId(Integer systemId)
CDMA system ID (SID).
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCdmaObj.Builder systemId(Integer systemId)
CDMA system ID (SID).
systemId - CDMA system ID (SID).CdmaObj.Builder networkId(Integer networkId)
CDMA network ID (NID).
networkId - CDMA network ID (NID).CdmaObj.Builder baseStationId(Integer baseStationId)
CDMA base station ID (BSID).
baseStationId - CDMA base station ID (BSID).CdmaObj.Builder registrationZone(Integer registrationZone)
CDMA registration zone (RZ).
registrationZone - CDMA registration zone (RZ).CdmaObj.Builder cdmaLocalId(CdmaLocalId cdmaLocalId)
CDMA local identification (local ID) parameters.
cdmaLocalId - CDMA local identification (local ID) parameters.default CdmaObj.Builder cdmaLocalId(Consumer<CdmaLocalId.Builder> cdmaLocalId)
CDMA local identification (local ID) parameters.
This is a convenience method that creates an instance of theCdmaLocalId.Builder avoiding the need to
create one manually via CdmaLocalId.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to cdmaLocalId(CdmaLocalId).
cdmaLocalId - a consumer that will call methods on CdmaLocalId.BuildercdmaLocalId(CdmaLocalId)CdmaObj.Builder pilotPower(Integer pilotPower)
Transmit power level of the pilot signal, measured in dBm (decibel-milliwatts).
pilotPower - Transmit power level of the pilot signal, measured in dBm (decibel-milliwatts).CdmaObj.Builder baseLat(Float baseLat)
CDMA base station latitude in degrees.
baseLat - CDMA base station latitude in degrees.CdmaObj.Builder baseLng(Float baseLng)
CDMA base station longtitude in degrees.
baseLng - CDMA base station longtitude in degrees.CdmaObj.Builder cdmaNmr(Collection<CdmaNmrObj> cdmaNmr)
CDMA network measurement reports.
cdmaNmr - CDMA network measurement reports.CdmaObj.Builder cdmaNmr(CdmaNmrObj... cdmaNmr)
CDMA network measurement reports.
cdmaNmr - CDMA network measurement reports.CdmaObj.Builder cdmaNmr(Consumer<CdmaNmrObj.Builder>... cdmaNmr)
CDMA network measurement reports.
This is a convenience method that creates an instance of theCdmaNmrObj.Builder avoiding the need to create one
manually via CdmaNmrObj.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #cdmaNmr(List.
cdmaNmr - a consumer that will call methods on
CdmaNmrObj.Builder#cdmaNmr(java.util.Collection) Copyright © 2023. All rights reserved.