Uses of Class
com.tencentcloudapi.waf.v20180125.models.PortInfo
-
Packages that use PortInfo Package Description com.tencentcloudapi.waf.v20180125.models -
-
Uses of PortInfo in com.tencentcloudapi.waf.v20180125.models
Methods in com.tencentcloudapi.waf.v20180125.models that return PortInfo Modifier and Type Method Description PortInfo[]DomainInfo. getPorts()Get 服务端口配置PortInfo[]DomainsPartInfo. getPorts()Get 服务端口配置Methods in com.tencentcloudapi.waf.v20180125.models with parameters of type PortInfo Modifier and Type Method Description voidDomainInfo. setPorts(PortInfo[] Ports)Set 服务端口配置voidDomainsPartInfo. setPorts(PortInfo[] Ports)Set 服务端口配置Constructors in com.tencentcloudapi.waf.v20180125.models with parameters of type PortInfo Constructor Description PortInfo(PortInfo 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.
-