public class ProcessPerformanceData extends Object implements Serializable
Java class for ProcessPerformanceData complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ProcessPerformanceData"> <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="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"/> <element name="openFileHandles" type="{http://www.w3.org/2001/XMLSchema}long"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected Long |
bytesusedMemory |
protected String |
id |
protected Long |
numberofActiveThreads |
protected long |
openFileHandles |
protected boolean |
operationalstatus |
protected Double |
percentusedCPU |
protected Calendar |
startedAt |
protected String |
statusmessage |
protected Calendar |
timestamp |
protected String |
uri |
Constructor and Description |
---|
ProcessPerformanceData() |
Modifier and Type | Method and Description |
---|---|
Long |
getBytesusedMemory()
Gets the value of the bytesusedMemory property.
|
String |
getId()
Gets the value of the id property.
|
Long |
getNumberofActiveThreads()
Gets the value of the numberofActiveThreads property.
|
long |
getOpenFileHandles()
Gets the value of the openFileHandles 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 |
setOpenFileHandles(long value)
Sets the value of the openFileHandles 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 Long bytesusedMemory
protected Double percentusedCPU
protected Long numberofActiveThreads
protected Calendar timestamp
protected Calendar startedAt
protected long openFileHandles
public void setId(String value)
value
- allowed object is
String
public void setUri(String value)
value
- allowed object is
String
public boolean isOperationalstatus()
public void setOperationalstatus(boolean value)
public String getStatusmessage()
String
public void setStatusmessage(String value)
value
- allowed object is
String
public Long getBytesusedMemory()
Long
public void setBytesusedMemory(Long value)
value
- allowed object is
Long
public Double getPercentusedCPU()
Double
public void setPercentusedCPU(Double value)
value
- allowed object is
Double
public Long getNumberofActiveThreads()
Long
public void setNumberofActiveThreads(Long value)
value
- allowed object is
Long
public Calendar getTimestamp()
Calendar
public void setTimestamp(Calendar value)
value
- allowed object is
Calendar
public Calendar getStartedAt()
Calendar
public void setStartedAt(Calendar value)
value
- allowed object is
Calendar
public long getOpenFileHandles()
public void setOpenFileHandles(long value)
Copyright © 2008–2017 MIL-OSS. All rights reserved.