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/%) | 
| String | getNetInfoName()Get 网卡名 | 
| String | getPublicIP()Get 公网IP | 
| void | setCurrent(Float Current)Set 指标数据(bps/ms/%) | 
| void | setNetInfoName(String NetInfoName)Set 网卡名 | 
| void | setPublicIP(String PublicIP)Set 公网IP | 
| 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 SlotNetInfo()
public SlotNetInfo(SlotNetInfo source)
public String getNetInfoName()
public void setNetInfoName(String NetInfoName)
NetInfoName - 网卡名public String getPublicIP()
public void setPublicIP(String PublicIP)
PublicIP - 公网IPpublic Float getCurrent()
public void setCurrent(Float Current)
Current - 指标数据(bps/ms/%)Copyright © 2025. All rights reserved.