public class NICStats extends Object
Constructor and Description |
---|
NICStats(InterfaceType interfaceType,
IOStats ioStats,
IP ipV4,
IP ipV6,
String mac) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
InterfaceType |
getInterfaceType() |
IOStats |
getIoStats() |
IP |
getIpV4() |
IP |
getIpV6() |
String |
getMac() |
int |
hashCode() |
String |
toString() |
@ConstructorProperties(value={"interface_type","io","ip_v4","ip_v6","mac"}) public NICStats(InterfaceType interfaceType, IOStats ioStats, IP ipV4, IP ipV6, String mac)
public InterfaceType getInterfaceType()
public IOStats getIoStats()
public IP getIpV4()
public IP getIpV6()
public String getMac()
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.