Uses of Class
com.tencentcloudapi.cfw.v20190904.models.SwitchListsData
-
Packages that use SwitchListsData Package Description com.tencentcloudapi.cfw.v20190904.models -
-
Uses of SwitchListsData in com.tencentcloudapi.cfw.v20190904.models
Methods in com.tencentcloudapi.cfw.v20190904.models that return SwitchListsData Modifier and Type Method Description SwitchListsData[]DescribeSwitchListsResponse. getData()Get 列表数据Methods in com.tencentcloudapi.cfw.v20190904.models with parameters of type SwitchListsData Modifier and Type Method Description voidDescribeSwitchListsResponse. setData(SwitchListsData[] Data)Set 列表数据Constructors in com.tencentcloudapi.cfw.v20190904.models with parameters of type SwitchListsData Constructor Description SwitchListsData(SwitchListsData 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.
-