public class NetDetectIpState extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| NetDetectIpState() | 
| NetDetectIpState(NetDetectIpState 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 | 
|---|---|
| Long | getDelay()Get 时延,单位毫秒 | 
| String | getDetectDestinationIp()Get 探测目的IPv4地址。 | 
| Long | getPacketLossRate()Get 丢包率 | 
| Long | getState()Get 探测结果。
0:成功;
-1:查询不到路由丢包;
-2:外出ACL丢包;
-3:IN ACL丢包;
-4:其他错误; | 
| void | setDelay(Long Delay)Set 时延,单位毫秒 | 
| void | setDetectDestinationIp(String DetectDestinationIp)Set 探测目的IPv4地址。 | 
| void | setPacketLossRate(Long PacketLossRate)Set 丢包率 | 
| void | setState(Long State)Set 探测结果。
0:成功;
-1:查询不到路由丢包;
-2:外出ACL丢包;
-3:IN ACL丢包;
-4:其他错误; | 
| 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 NetDetectIpState()
public NetDetectIpState(NetDetectIpState source)
public String getDetectDestinationIp()
public void setDetectDestinationIp(String DetectDestinationIp)
DetectDestinationIp - 探测目的IPv4地址。public Long getState()
public void setState(Long State)
State - 探测结果。
0:成功;
-1:查询不到路由丢包;
-2:外出ACL丢包;
-3:IN ACL丢包;
-4:其他错误;public Long getDelay()
public void setDelay(Long Delay)
Delay - 时延,单位毫秒public Long getPacketLossRate()
public void setPacketLossRate(Long PacketLossRate)
PacketLossRate - 丢包率Copyright © 2025. All rights reserved.