
public class MachinePerformanceData extends Object implements Serializable
Java class for MachinePerformanceData complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MachinePerformanceData">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="id" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="uri" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="operationalstatus" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="statusmessage" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="NetworkAdapterPerformanceData" type="{urn:org:miloss:fgsms:services:interfaces:common}NetworkAdapterPerformanceData" maxOccurs="unbounded" minOccurs="0"/>
<element name="driveInformation" type="{urn:org:miloss:fgsms:services:interfaces:common}driveInformation" maxOccurs="unbounded" minOccurs="0"/>
<element name="bytesusedMemory" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="percentusedCPU" type="{http://www.w3.org/2001/XMLSchema}double"/>
<element name="numberofActiveThreads" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="timestamp" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="startedAt" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Long |
bytesusedMemory |
protected List<DriveInformation> |
driveInformation |
protected String |
id |
protected List<NetworkAdapterPerformanceData> |
networkAdapterPerformanceData |
protected Long |
numberofActiveThreads |
protected boolean |
operationalstatus |
protected Double |
percentusedCPU |
protected Calendar |
startedAt |
protected String |
statusmessage |
protected Calendar |
timestamp |
protected String |
uri |
| Constructor and Description |
|---|
MachinePerformanceData() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getBytesusedMemory()
Gets the value of the bytesusedMemory property.
|
List<DriveInformation> |
getDriveInformation()
Gets the value of the driveInformation property.
|
String |
getId()
Gets the value of the id property.
|
List<NetworkAdapterPerformanceData> |
getNetworkAdapterPerformanceData()
Gets the value of the networkAdapterPerformanceData property.
|
Long |
getNumberofActiveThreads()
Gets the value of the numberofActiveThreads property.
|
Double |
getPercentusedCPU()
Gets the value of the percentusedCPU property.
|
Calendar |
getStartedAt()
Gets the value of the startedAt property.
|
String |
getStatusmessage()
Gets the value of the statusmessage property.
|
Calendar |
getTimestamp()
Gets the value of the timestamp property.
|
String |
getUri()
Gets the value of the uri property.
|
boolean |
isOperationalstatus()
Gets the value of the operationalstatus property.
|
void |
setBytesusedMemory(Long value)
Sets the value of the bytesusedMemory property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setNumberofActiveThreads(Long value)
Sets the value of the numberofActiveThreads property.
|
void |
setOperationalstatus(boolean value)
Sets the value of the operationalstatus property.
|
void |
setPercentusedCPU(Double value)
Sets the value of the percentusedCPU property.
|
void |
setStartedAt(Calendar value)
Sets the value of the startedAt property.
|
void |
setStatusmessage(String value)
Sets the value of the statusmessage property.
|
void |
setTimestamp(Calendar value)
Sets the value of the timestamp property.
|
void |
setUri(String value)
Sets the value of the uri property.
|
protected String id
protected String uri
protected boolean operationalstatus
protected String statusmessage
protected List<NetworkAdapterPerformanceData> networkAdapterPerformanceData
protected List<DriveInformation> driveInformation
protected Long bytesusedMemory
protected Double percentusedCPU
protected Long numberofActiveThreads
protected Calendar timestamp
protected Calendar startedAt
public void setId(String value)
value - allowed object is
Stringpublic void setUri(String value)
value - allowed object is
Stringpublic boolean isOperationalstatus()
public void setOperationalstatus(boolean value)
public String getStatusmessage()
Stringpublic void setStatusmessage(String value)
value - allowed object is
Stringpublic List<NetworkAdapterPerformanceData> getNetworkAdapterPerformanceData()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the networkAdapterPerformanceData property.
For example, to add a new item, do as follows:
getNetworkAdapterPerformanceData().add(newItem);
Objects of the following type(s) are allowed in the list
NetworkAdapterPerformanceData
public List<DriveInformation> getDriveInformation()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the driveInformation property.
For example, to add a new item, do as follows:
getDriveInformation().add(newItem);
Objects of the following type(s) are allowed in the list
DriveInformation
public Long getBytesusedMemory()
Longpublic void setBytesusedMemory(Long value)
value - allowed object is
Longpublic Double getPercentusedCPU()
Doublepublic void setPercentusedCPU(Double value)
value - allowed object is
Doublepublic Long getNumberofActiveThreads()
Longpublic void setNumberofActiveThreads(Long value)
value - allowed object is
Longpublic Calendar getTimestamp()
Calendarpublic void setTimestamp(Calendar value)
value - allowed object is
Calendarpublic Calendar getStartedAt()
CalendarCopyright © 2008–2017 MIL-OSS. All rights reserved.