Uses of Class
com.tencentcloudapi.vpc.v20170312.models.TrafficPackage
-
Packages that use TrafficPackage Package Description com.tencentcloudapi.vpc.v20170312.models -
-
Uses of TrafficPackage in com.tencentcloudapi.vpc.v20170312.models
Methods in com.tencentcloudapi.vpc.v20170312.models that return TrafficPackage Modifier and Type Method Description TrafficPackage[]DescribeTrafficPackagesResponse. getTrafficPackageSet()Get 流量包信息Methods in com.tencentcloudapi.vpc.v20170312.models with parameters of type TrafficPackage Modifier and Type Method Description voidDescribeTrafficPackagesResponse. setTrafficPackageSet(TrafficPackage[] TrafficPackageSet)Set 流量包信息Constructors in com.tencentcloudapi.vpc.v20170312.models with parameters of type TrafficPackage Constructor Description TrafficPackage(TrafficPackage 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.
-