public class IPRegionInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
IPRegionInfo() |
IPRegionInfo(IPRegionInfo 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 |
getIP()
Get IP address, IPV4 or IPV6.
|
String |
getIsEdgeOneIP()
Get Whether the IP belongs to an EdgeOne node.
|
void |
setIP(String IP)
Set IP address, IPV4 or IPV6.
|
void |
setIsEdgeOneIP(String IsEdgeOneIP)
Set Whether the IP belongs to an EdgeOne node.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public IPRegionInfo()
public IPRegionInfo(IPRegionInfo source)
public String getIP()
public void setIP(String IP)
IP
- IP address, IPV4 or IPV6.public String getIsEdgeOneIP()
public void setIsEdgeOneIP(String IsEdgeOneIP)
IsEdgeOneIP
- Whether the IP belongs to an EdgeOne node. Valid values:
Copyright © 2024. All rights reserved.