public class CdnIp extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| CdnIp() | 
| CdnIp(CdnIp 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getArea()Get 节点的所在区域
mainland:中国境内加速节点
overseas:中国境外加速节点
unknown:服务地域无法获取 | 
| String | getCity()Get 节点的所在城市
注意:此字段可能返回 null,表示取不到有效值。 | 
| CdnIpHistory[] | getHistory()Get 节点上下线历史记录 | 
| String | getIp()Get 指定查询的 IP | 
| String | getLocation()Get 节点所处的省份/国家
unknown 表示节点位置未知 | 
| String | getPlatform()Get IP 归属:
yes:节点归属于腾讯云 CDN
no:节点不属于腾讯云 CDN | 
| void | setArea(String Area)Set 节点的所在区域
mainland:中国境内加速节点
overseas:中国境外加速节点
unknown:服务地域无法获取 | 
| void | setCity(String City)Set 节点的所在城市
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setHistory(CdnIpHistory[] History)Set 节点上下线历史记录 | 
| void | setIp(String Ip)Set 指定查询的 IP | 
| void | setLocation(String Location)Set 节点所处的省份/国家
unknown 表示节点位置未知 | 
| void | setPlatform(String Platform)Set IP 归属:
yes:节点归属于腾讯云 CDN
no:节点不属于腾讯云 CDN | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic CdnIp()
public CdnIp(CdnIp source)
public String getIp()
public void setIp(String Ip)
Ip - 指定查询的 IPpublic String getPlatform()
public void setPlatform(String Platform)
Platform - IP 归属:
yes:节点归属于腾讯云 CDN
no:节点不属于腾讯云 CDNpublic String getLocation()
public void setLocation(String Location)
Location - 节点所处的省份/国家
unknown 表示节点位置未知public CdnIpHistory[] getHistory()
public void setHistory(CdnIpHistory[] History)
History - 节点上下线历史记录public String getArea()
public void setArea(String Area)
Area - 节点的所在区域
mainland:中国境内加速节点
overseas:中国境外加速节点
unknown:服务地域无法获取public String getCity()
public void setCity(String City)
City - 节点的所在城市
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2025. All rights reserved.