public class AssetNetworkCardInfo extends AbstractModel
Constructor and Description |
---|
AssetNetworkCardInfo() |
AssetNetworkCardInfo(AssetNetworkCardInfo 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 |
getDnsServer()
Get DNS服务器
|
String |
getGateWay()
Get 网关
|
String |
getIp()
Get Ipv4对应IP
|
String |
getIpv6()
Get Ipv6对应IP
|
String |
getMac()
Get MAC地址
|
String |
getName()
Get 网卡名称
|
void |
setDnsServer(String DnsServer)
Set DNS服务器
|
void |
setGateWay(String GateWay)
Set 网关
|
void |
setIp(String Ip)
Set Ipv4对应IP
|
void |
setIpv6(String Ipv6)
Set Ipv6对应IP
|
void |
setMac(String Mac)
Set MAC地址
|
void |
setName(String Name)
Set 网卡名称
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public AssetNetworkCardInfo()
public AssetNetworkCardInfo(AssetNetworkCardInfo source)
public String getName()
public void setName(String Name)
Name
- 网卡名称public String getIp()
public void setIp(String Ip)
Ip
- Ipv4对应IPpublic String getGateWay()
public void setGateWay(String GateWay)
GateWay
- 网关public String getMac()
public void setMac(String Mac)
Mac
- MAC地址public String getIpv6()
public void setIpv6(String Ipv6)
Ipv6
- Ipv6对应IPpublic String getDnsServer()
public void setDnsServer(String DnsServer)
DnsServer
- DNS服务器Copyright © 2022. All rights reserved.