public static class Description.NetworkAdapter extends Object
| Constructor and Description |
|---|
Description.NetworkAdapter() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getInboundIP() |
String |
getIPAddress() |
long |
getMTU() |
String |
getName() |
String |
getOutboundIP() |
void |
setInboundIP(String inboundIP) |
void |
setIPAddress(String paddress) |
void |
setMTU(long mtu) |
void |
setName(String name) |
void |
setOutboundIP(String outboundIP) |
public String getInboundIP()
public void setInboundIP(String inboundIP)
public String getOutboundIP()
public void setOutboundIP(String outboundIP)
public String getName()
public void setName(String name)
public String getIPAddress()
public void setIPAddress(String paddress)
public long getMTU()
public void setMTU(long mtu)
Copyright © 2015. All Rights Reserved.