Uses of Class
com.tencentcloudapi.tsf.v20180326.models.Ports
-
Packages that use Ports Package Description com.tencentcloudapi.tsf.v20180326.models -
-
Uses of Ports in com.tencentcloudapi.tsf.v20180326.models
Methods in com.tencentcloudapi.tsf.v20180326.models that return Ports Modifier and Type Method Description Ports[]ServiceConfig. getPorts()Get 端口信息列表Methods in com.tencentcloudapi.tsf.v20180326.models with parameters of type Ports Modifier and Type Method Description voidServiceConfig. setPorts(Ports[] Ports)Set 端口信息列表Constructors in com.tencentcloudapi.tsf.v20180326.models with parameters of type Ports Constructor Description Ports(Ports 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.
-