Uses of Class
com.tencentcloudapi.tcss.v20201101.models.EscapeWhiteListInfo
-
Packages that use EscapeWhiteListInfo Package Description com.tencentcloudapi.tcss.v20201101.models -
-
Uses of EscapeWhiteListInfo in com.tencentcloudapi.tcss.v20201101.models
Methods in com.tencentcloudapi.tcss.v20201101.models that return EscapeWhiteListInfo Modifier and Type Method Description EscapeWhiteListInfo[]DescribeEscapeWhiteListResponse. getList()Get 逃逸白名单列表Methods in com.tencentcloudapi.tcss.v20201101.models with parameters of type EscapeWhiteListInfo Modifier and Type Method Description voidDescribeEscapeWhiteListResponse. setList(EscapeWhiteListInfo[] List)Set 逃逸白名单列表Constructors in com.tencentcloudapi.tcss.v20201101.models with parameters of type EscapeWhiteListInfo Constructor Description EscapeWhiteListInfo(EscapeWhiteListInfo 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.
-