public static interface LoRaWANDeviceProfile.Builder extends SdkPojo, CopyableBuilder<LoRaWANDeviceProfile.Builder,LoRaWANDeviceProfile>
| Modifier and Type | Method and Description |
|---|---|
LoRaWANDeviceProfile.Builder |
classBTimeout(Integer classBTimeout)
The ClassBTimeout value.
|
LoRaWANDeviceProfile.Builder |
classCTimeout(Integer classCTimeout)
The ClassCTimeout value.
|
LoRaWANDeviceProfile.Builder |
factoryPresetFreqsList(Collection<Integer> factoryPresetFreqsList)
The list of values that make up the FactoryPresetFreqs value.
|
LoRaWANDeviceProfile.Builder |
factoryPresetFreqsList(Integer... factoryPresetFreqsList)
The list of values that make up the FactoryPresetFreqs value.
|
LoRaWANDeviceProfile.Builder |
macVersion(String macVersion)
The MAC version (such as OTAA 1.1 or OTAA 1.0.3) to use with this device profile.
|
LoRaWANDeviceProfile.Builder |
maxDutyCycle(Integer maxDutyCycle)
The MaxDutyCycle value.
|
LoRaWANDeviceProfile.Builder |
maxEirp(Integer maxEirp)
The MaxEIRP value.
|
LoRaWANDeviceProfile.Builder |
pingSlotDr(Integer pingSlotDr)
The PingSlotDR value.
|
LoRaWANDeviceProfile.Builder |
pingSlotFreq(Integer pingSlotFreq)
The PingSlotFreq value.
|
LoRaWANDeviceProfile.Builder |
pingSlotPeriod(Integer pingSlotPeriod)
The PingSlotPeriod value.
|
LoRaWANDeviceProfile.Builder |
regParamsRevision(String regParamsRevision)
The version of regional parameters.
|
LoRaWANDeviceProfile.Builder |
rfRegion(String rfRegion)
The frequency band (RFRegion) value.
|
LoRaWANDeviceProfile.Builder |
rxDataRate2(Integer rxDataRate2)
The RXDataRate2 value.
|
LoRaWANDeviceProfile.Builder |
rxDelay1(Integer rxDelay1)
The RXDelay1 value.
|
LoRaWANDeviceProfile.Builder |
rxDrOffset1(Integer rxDrOffset1)
The RXDROffset1 value.
|
LoRaWANDeviceProfile.Builder |
rxFreq2(Integer rxFreq2)
The RXFreq2 value.
|
LoRaWANDeviceProfile.Builder |
supports32BitFCnt(Boolean supports32BitFCnt)
The Supports32BitFCnt value.
|
LoRaWANDeviceProfile.Builder |
supportsClassB(Boolean supportsClassB)
The SupportsClassB value.
|
LoRaWANDeviceProfile.Builder |
supportsClassC(Boolean supportsClassC)
The SupportsClassC value.
|
LoRaWANDeviceProfile.Builder |
supportsJoin(Boolean supportsJoin)
The SupportsJoin value.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildLoRaWANDeviceProfile.Builder supportsClassB(Boolean supportsClassB)
The SupportsClassB value.
supportsClassB - The SupportsClassB value.LoRaWANDeviceProfile.Builder classBTimeout(Integer classBTimeout)
The ClassBTimeout value.
classBTimeout - The ClassBTimeout value.LoRaWANDeviceProfile.Builder pingSlotPeriod(Integer pingSlotPeriod)
The PingSlotPeriod value.
pingSlotPeriod - The PingSlotPeriod value.LoRaWANDeviceProfile.Builder pingSlotDr(Integer pingSlotDr)
The PingSlotDR value.
pingSlotDr - The PingSlotDR value.LoRaWANDeviceProfile.Builder pingSlotFreq(Integer pingSlotFreq)
The PingSlotFreq value.
pingSlotFreq - The PingSlotFreq value.LoRaWANDeviceProfile.Builder supportsClassC(Boolean supportsClassC)
The SupportsClassC value.
supportsClassC - The SupportsClassC value.LoRaWANDeviceProfile.Builder classCTimeout(Integer classCTimeout)
The ClassCTimeout value.
classCTimeout - The ClassCTimeout value.LoRaWANDeviceProfile.Builder macVersion(String macVersion)
The MAC version (such as OTAA 1.1 or OTAA 1.0.3) to use with this device profile.
macVersion - The MAC version (such as OTAA 1.1 or OTAA 1.0.3) to use with this device profile.LoRaWANDeviceProfile.Builder regParamsRevision(String regParamsRevision)
The version of regional parameters.
regParamsRevision - The version of regional parameters.LoRaWANDeviceProfile.Builder rxDelay1(Integer rxDelay1)
The RXDelay1 value.
rxDelay1 - The RXDelay1 value.LoRaWANDeviceProfile.Builder rxDrOffset1(Integer rxDrOffset1)
The RXDROffset1 value.
rxDrOffset1 - The RXDROffset1 value.LoRaWANDeviceProfile.Builder rxDataRate2(Integer rxDataRate2)
The RXDataRate2 value.
rxDataRate2 - The RXDataRate2 value.LoRaWANDeviceProfile.Builder rxFreq2(Integer rxFreq2)
The RXFreq2 value.
rxFreq2 - The RXFreq2 value.LoRaWANDeviceProfile.Builder factoryPresetFreqsList(Collection<Integer> factoryPresetFreqsList)
The list of values that make up the FactoryPresetFreqs value.
factoryPresetFreqsList - The list of values that make up the FactoryPresetFreqs value.LoRaWANDeviceProfile.Builder factoryPresetFreqsList(Integer... factoryPresetFreqsList)
The list of values that make up the FactoryPresetFreqs value.
factoryPresetFreqsList - The list of values that make up the FactoryPresetFreqs value.LoRaWANDeviceProfile.Builder maxEirp(Integer maxEirp)
The MaxEIRP value.
maxEirp - The MaxEIRP value.LoRaWANDeviceProfile.Builder maxDutyCycle(Integer maxDutyCycle)
The MaxDutyCycle value.
maxDutyCycle - The MaxDutyCycle value.LoRaWANDeviceProfile.Builder rfRegion(String rfRegion)
The frequency band (RFRegion) value.
rfRegion - The frequency band (RFRegion) value.LoRaWANDeviceProfile.Builder supportsJoin(Boolean supportsJoin)
The SupportsJoin value.
supportsJoin - The SupportsJoin value.LoRaWANDeviceProfile.Builder supports32BitFCnt(Boolean supports32BitFCnt)
The Supports32BitFCnt value.
supports32BitFCnt - The Supports32BitFCnt value.Copyright © 2021. All rights reserved.