public class NetworkAdapterPerformanceData extends Object implements Serializable
Java class for NetworkAdapterPerformanceData complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="NetworkAdapterPerformanceData"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="kilobytespersecondNetworkReceive" type="{http://www.w3.org/2001/XMLSchema}long"/> <element name="kilobytespersecondNetworkTransmit" type="{http://www.w3.org/2001/XMLSchema}long"/> <element name="adapterName" type="{http://www.w3.org/2001/XMLSchema}string"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
adapterName |
protected Long |
kilobytespersecondNetworkReceive |
protected Long |
kilobytespersecondNetworkTransmit |
Constructor and Description |
---|
NetworkAdapterPerformanceData() |
Modifier and Type | Method and Description |
---|---|
String |
getAdapterName()
Gets the value of the adapterName property.
|
Long |
getKilobytespersecondNetworkReceive()
Gets the value of the kilobytespersecondNetworkReceive property.
|
Long |
getKilobytespersecondNetworkTransmit()
Gets the value of the kilobytespersecondNetworkTransmit property.
|
void |
setAdapterName(String value)
Sets the value of the adapterName property.
|
void |
setKilobytespersecondNetworkReceive(Long value)
Sets the value of the kilobytespersecondNetworkReceive property.
|
void |
setKilobytespersecondNetworkTransmit(Long value)
Sets the value of the kilobytespersecondNetworkTransmit property.
|
protected Long kilobytespersecondNetworkReceive
protected Long kilobytespersecondNetworkTransmit
protected String adapterName
public Long getKilobytespersecondNetworkReceive()
Long
public void setKilobytespersecondNetworkReceive(Long value)
value
- allowed object is
Long
public Long getKilobytespersecondNetworkTransmit()
Long
public void setKilobytespersecondNetworkTransmit(Long value)
value
- allowed object is
Long
public String getAdapterName()
String
Copyright © 2008–2017 MIL-OSS. All rights reserved.