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