Uses of Class
com.tencentcloudapi.waf.v20180125.models.VipInfo
-
Packages that use VipInfo Package Description com.tencentcloudapi.waf.v20180125.models -
-
Uses of VipInfo in com.tencentcloudapi.waf.v20180125.models
Methods in com.tencentcloudapi.waf.v20180125.models that return VipInfo Modifier and Type Method Description VipInfo[]DescribeVipInfoResponse. getVipInfo()Get VIP信息Methods in com.tencentcloudapi.waf.v20180125.models with parameters of type VipInfo Modifier and Type Method Description voidDescribeVipInfoResponse. setVipInfo(VipInfo[] VipInfo)Set VIP信息Constructors in com.tencentcloudapi.waf.v20180125.models with parameters of type VipInfo Constructor Description VipInfo(VipInfo 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.
-