Uses of Class
com.tencentcloudapi.dc.v20180410.models.InternetAddressStatistics
-
Packages that use InternetAddressStatistics Package Description com.tencentcloudapi.dc.v20180410.models -
-
Uses of InternetAddressStatistics in com.tencentcloudapi.dc.v20180410.models
Methods in com.tencentcloudapi.dc.v20180410.models that return InternetAddressStatistics Modifier and Type Method Description InternetAddressStatistics[]DescribeInternetAddressStatisticsResponse. getInternetAddressStatistics()Get 互联网公网地址统计信息列表 注意:此字段可能返回 null,表示取不到有效值。Methods in com.tencentcloudapi.dc.v20180410.models with parameters of type InternetAddressStatistics Modifier and Type Method Description voidDescribeInternetAddressStatisticsResponse. setInternetAddressStatistics(InternetAddressStatistics[] InternetAddressStatistics)Set 互联网公网地址统计信息列表 注意:此字段可能返回 null,表示取不到有效值。Constructors in com.tencentcloudapi.dc.v20180410.models with parameters of type InternetAddressStatistics Constructor Description InternetAddressStatistics(InternetAddressStatistics 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.
-