Uses of Class
com.tencentcloudapi.iotexplorer.v20190423.models.LoRaFrequencyEntry
-
Packages that use LoRaFrequencyEntry Package Description com.tencentcloudapi.iotexplorer.v20190423.models -
-
Uses of LoRaFrequencyEntry in com.tencentcloudapi.iotexplorer.v20190423.models
Methods in com.tencentcloudapi.iotexplorer.v20190423.models that return LoRaFrequencyEntry Modifier and Type Method Description LoRaFrequencyEntryCreateLoRaFrequencyResponse. getData()Get LoRa频点信息LoRaFrequencyEntryDescribeLoRaFrequencyResponse. getData()Get 返回详情项 注意:此字段可能返回 null,表示取不到有效值。LoRaFrequencyEntryModifyLoRaFrequencyResponse. getData()Get 频点信息Methods in com.tencentcloudapi.iotexplorer.v20190423.models with parameters of type LoRaFrequencyEntry Modifier and Type Method Description voidCreateLoRaFrequencyResponse. setData(LoRaFrequencyEntry Data)Set LoRa频点信息voidDescribeLoRaFrequencyResponse. setData(LoRaFrequencyEntry Data)Set 返回详情项 注意:此字段可能返回 null,表示取不到有效值。voidModifyLoRaFrequencyResponse. setData(LoRaFrequencyEntry Data)Set 频点信息Constructors in com.tencentcloudapi.iotexplorer.v20190423.models with parameters of type LoRaFrequencyEntry Constructor Description LoRaFrequencyEntry(LoRaFrequencyEntry source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
-