Uses of Class
com.tencentcloudapi.bma.v20210624.models.ProtectURLInfo
-
Packages that use ProtectURLInfo Package Description com.tencentcloudapi.bma.v20210624.models -
-
Uses of ProtectURLInfo in com.tencentcloudapi.bma.v20210624.models
Methods in com.tencentcloudapi.bma.v20210624.models that return ProtectURLInfo Modifier and Type Method Description ProtectURLInfo[]DescribeBPProtectURLsResponse. getProtectURLInfos()Get 保护网址列表Methods in com.tencentcloudapi.bma.v20210624.models with parameters of type ProtectURLInfo Modifier and Type Method Description voidDescribeBPProtectURLsResponse. setProtectURLInfos(ProtectURLInfo[] ProtectURLInfos)Set 保护网址列表Constructors in com.tencentcloudapi.bma.v20210624.models with parameters of type ProtectURLInfo Constructor Description ProtectURLInfo(ProtectURLInfo 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.
-