public class SlotNetInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
SlotNetInfo() |
SlotNetInfo(SlotNetInfo 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 |
---|---|
Float |
getCurrent()
Get 指标数据(bps/ms/%)
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getNetInfoName()
Get 网卡名
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getPublicIP()
Get 公网IP
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setCurrent(Float Current)
Set 指标数据(bps/ms/%)
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setNetInfoName(String NetInfoName)
Set 网卡名
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setPublicIP(String PublicIP)
Set 公网IP
注意:此字段可能返回 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 SlotNetInfo()
public SlotNetInfo(SlotNetInfo source)
public String getNetInfoName()
public void setNetInfoName(String NetInfoName)
NetInfoName
- 网卡名
注意:此字段可能返回 null,表示取不到有效值。public String getPublicIP()
public void setPublicIP(String PublicIP)
PublicIP
- 公网IP
注意:此字段可能返回 null,表示取不到有效值。public Float getCurrent()
public void setCurrent(Float Current)
Current
- 指标数据(bps/ms/%)
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2024. All rights reserved.