Class Node
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ecm.v20190719.models.Node
-
public class Node extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AreagetArea()Get 区域信息。CitygetCity()Get 城市信息。CountrygetCountry()Get 国家信息。LonggetISPNum()Get 运营商数量。ISP[]getISPSet()Get 运营商列表。BooleangetLBSupported()Get 节点是否支持LBProvincegetProvince()Get 省份信息。RegionInfogetRegionInfo()Get Region信息。ZoneInfogetZoneInfo()Get zone信息。voidsetArea(Area Area)Set 区域信息。voidsetCity(City City)Set 城市信息。voidsetCountry(Country Country)Set 国家信息。voidsetISPNum(Long ISPNum)Set 运营商数量。voidsetISPSet(ISP[] ISPSet)Set 运营商列表。voidsetLBSupported(Boolean LBSupported)Set 节点是否支持LBvoidsetProvince(Province Province)Set 省份信息。voidsetRegionInfo(RegionInfo RegionInfo)Set Region信息。voidsetZoneInfo(ZoneInfo ZoneInfo)Set zone信息。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
Node
public Node()
-
Node
public Node(Node 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.
-
-
Method Detail
-
getZoneInfo
public ZoneInfo getZoneInfo()
Get zone信息。- Returns:
- ZoneInfo zone信息。
-
setZoneInfo
public void setZoneInfo(ZoneInfo ZoneInfo)
Set zone信息。- Parameters:
ZoneInfo- zone信息。
-
getCountry
public Country getCountry()
Get 国家信息。- Returns:
- Country 国家信息。
-
setCountry
public void setCountry(Country Country)
Set 国家信息。- Parameters:
Country- 国家信息。
-
getArea
public Area getArea()
Get 区域信息。- Returns:
- Area 区域信息。
-
setArea
public void setArea(Area Area)
Set 区域信息。- Parameters:
Area- 区域信息。
-
getProvince
public Province getProvince()
Get 省份信息。- Returns:
- Province 省份信息。
-
setProvince
public void setProvince(Province Province)
Set 省份信息。- Parameters:
Province- 省份信息。
-
getCity
public City getCity()
Get 城市信息。- Returns:
- City 城市信息。
-
setCity
public void setCity(City City)
Set 城市信息。- Parameters:
City- 城市信息。
-
getRegionInfo
public RegionInfo getRegionInfo()
Get Region信息。- Returns:
- RegionInfo Region信息。
-
setRegionInfo
public void setRegionInfo(RegionInfo RegionInfo)
Set Region信息。- Parameters:
RegionInfo- Region信息。
-
getISPSet
public ISP[] getISPSet()
Get 运营商列表。- Returns:
- ISPSet 运营商列表。
-
setISPSet
public void setISPSet(ISP[] ISPSet)
Set 运营商列表。- Parameters:
ISPSet- 运营商列表。
-
getISPNum
public Long getISPNum()
Get 运营商数量。- Returns:
- ISPNum 运营商数量。
-
setISPNum
public void setISPNum(Long ISPNum)
Set 运营商数量。- Parameters:
ISPNum- 运营商数量。
-
getLBSupported
public Boolean getLBSupported()
Get 节点是否支持LB- Returns:
- LBSupported 节点是否支持LB
-
setLBSupported
public void setLBSupported(Boolean LBSupported)
Set 节点是否支持LB- Parameters:
LBSupported- 节点是否支持LB
-
-