Uses of Class
com.tencentcloudapi.gaap.v20180529.models.IPDetail
-
Packages that use IPDetail Package Description com.tencentcloudapi.gaap.v20180529.models -
-
Uses of IPDetail in com.tencentcloudapi.gaap.v20180529.models
Methods in com.tencentcloudapi.gaap.v20180529.models that return IPDetail Modifier and Type Method Description IPDetail[]ProxyInfo. getIPList()Get IP列表 注意:此字段可能返回 null,表示取不到有效值。IPDetail[]ProxyAccessInfo. getVipList()Get 三网通道VIP列表 注意:此字段可能返回 null,表示取不到有效值。Methods in com.tencentcloudapi.gaap.v20180529.models with parameters of type IPDetail Modifier and Type Method Description voidProxyInfo. setIPList(IPDetail[] IPList)Set IP列表 注意:此字段可能返回 null,表示取不到有效值。voidProxyAccessInfo. setVipList(IPDetail[] VipList)Set 三网通道VIP列表 注意:此字段可能返回 null,表示取不到有效值。Constructors in com.tencentcloudapi.gaap.v20180529.models with parameters of type IPDetail Constructor Description IPDetail(IPDetail 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.
-