public class MultiNet extends AbstractModel
header, skipSign
Constructor and Description |
---|
MultiNet() |
MultiNet(MultiNet 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[] |
getLost()
Get 丢包率,单位%
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getNetId()
Get 网卡序号
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getNetIp()
Get 网卡IP
注意:此字段可能返回 null,表示取不到有效值。
|
Long[] |
getRecvBps()
Get 接收bps,单位kbps
注意:此字段可能返回 null,表示取不到有效值。
|
Long[] |
getRtt()
Get 时延,单位ms
注意:此字段可能返回 null,表示取不到有效值。
|
Long[] |
getSendBps()
Get 发送bps,单位kbps
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setLost(Long[] Lost)
Set 丢包率,单位%
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setNetId(Long NetId)
Set 网卡序号
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setNetIp(String NetIp)
Set 网卡IP
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setRecvBps(Long[] RecvBps)
Set 接收bps,单位kbps
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setRtt(Long[] Rtt)
Set 时延,单位ms
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setSendBps(Long[] SendBps)
Set 发送bps,单位kbps
注意:此字段可能返回 null,表示取不到有效值。
|
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, toJsonString
public MultiNet()
public MultiNet(MultiNet source)
public Long getNetId()
public void setNetId(Long NetId)
NetId
- 网卡序号
注意:此字段可能返回 null,表示取不到有效值。public String getNetIp()
public void setNetIp(String NetIp)
NetIp
- 网卡IP
注意:此字段可能返回 null,表示取不到有效值。public Long[] getRtt()
public void setRtt(Long[] Rtt)
Rtt
- 时延,单位ms
注意:此字段可能返回 null,表示取不到有效值。public Long[] getLost()
public void setLost(Long[] Lost)
Lost
- 丢包率,单位%
注意:此字段可能返回 null,表示取不到有效值。public Long[] getSendBps()
public void setSendBps(Long[] SendBps)
SendBps
- 发送bps,单位kbps
注意:此字段可能返回 null,表示取不到有效值。public Long[] getRecvBps()
public void setRecvBps(Long[] RecvBps)
RecvBps
- 接收bps,单位kbps
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2024. All rights reserved.