public class CdnIp extends AbstractModel
| 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 Node region
mainland: cache node in Mainland China
overseas: cache node outside Mainland China
unknown: service region unknown | 
| String | getCity()Get City where the node resides
Note: this field may return `null`, indicating that no valid value is obtained. | 
| CdnIpHistory[] | getHistory()Get Node activation and deactivation history | 
| String | getIp()Get IP to be queried | 
| String | getLocation()Get Node district/country
unknown: unknown node location | 
| String | getPlatform()Get IP ownership:
yes: Tencent Cloud CDN node
no: non-Tencent Cloud CDN node | 
| void | setArea(String Area)Set Node region
mainland: cache node in Mainland China
overseas: cache node outside Mainland China
unknown: service region unknown | 
| void | setCity(String City)Set City where the node resides
Note: this field may return `null`, indicating that no valid value is obtained. | 
| void | setHistory(CdnIpHistory[] History)Set Node activation and deactivation history | 
| void | setIp(String Ip)Set IP to be queried | 
| void | setLocation(String Location)Set Node district/country
unknown: unknown node location | 
| void | setPlatform(String Platform)Set IP ownership:
yes: Tencent Cloud CDN node
no: non-Tencent Cloud CDN node | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonStringpublic CdnIp()
public CdnIp(CdnIp source)
public String getIp()
public void setIp(String Ip)
Ip - IP to be queriedpublic String getPlatform()
public void setPlatform(String Platform)
Platform - IP ownership:
yes: Tencent Cloud CDN node
no: non-Tencent Cloud CDN nodepublic String getLocation()
public void setLocation(String Location)
Location - Node district/country
unknown: unknown node locationpublic CdnIpHistory[] getHistory()
public void setHistory(CdnIpHistory[] History)
History - Node activation and deactivation historypublic String getArea()
public void setArea(String Area)
Area - Node region
mainland: cache node in Mainland China
overseas: cache node outside Mainland China
unknown: service region unknownpublic String getCity()
public void setCity(String City)
City - City where the node resides
Note: this field may return `null`, indicating that no valid value is obtained.Copyright © 2022. All rights reserved.