public class AddressPoolDetail extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| AddressPoolDetail() | 
| AddressPoolDetail(AddressPoolDetail 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 | getAddrType()Get 地址池地址类型:IPV4、IPV6、DOMAIN | 
| String | getCreatedOn()Get 创建时间 | 
| Long | getMonitorId()Get 监控器id
注意:此字段可能返回 null,表示取不到有效值。 | 
| Long | getPoolId()Get 地址池 id | 
| String | getPoolName()Get 地址池名 | 
| String | getTrafficStrategy()Get 流量策略: WEIGHT负载均衡,ALL解析全部 | 
| String | getUpdatedOn()Get 更新时间 | 
| void | setAddrType(String AddrType)Set 地址池地址类型:IPV4、IPV6、DOMAIN | 
| void | setCreatedOn(String CreatedOn)Set 创建时间 | 
| void | setMonitorId(Long MonitorId)Set 监控器id
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setPoolId(Long PoolId)Set 地址池 id | 
| void | setPoolName(String PoolName)Set 地址池名 | 
| void | setTrafficStrategy(String TrafficStrategy)Set 流量策略: WEIGHT负载均衡,ALL解析全部 | 
| void | setUpdatedOn(String UpdatedOn)Set 更新时间 | 
| 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 AddressPoolDetail()
public AddressPoolDetail(AddressPoolDetail source)
public Long getPoolId()
public void setPoolId(Long PoolId)
PoolId - 地址池 idpublic String getPoolName()
public void setPoolName(String PoolName)
PoolName - 地址池名public String getAddrType()
public void setAddrType(String AddrType)
AddrType - 地址池地址类型:IPV4、IPV6、DOMAINpublic String getTrafficStrategy()
public void setTrafficStrategy(String TrafficStrategy)
TrafficStrategy - 流量策略: WEIGHT负载均衡,ALL解析全部public Long getMonitorId()
public void setMonitorId(Long MonitorId)
MonitorId - 监控器id
注意:此字段可能返回 null,表示取不到有效值。public String getCreatedOn()
public void setCreatedOn(String CreatedOn)
CreatedOn - 创建时间public String getUpdatedOn()
public void setUpdatedOn(String UpdatedOn)
UpdatedOn - 更新时间Copyright © 2025. All rights reserved.