
public class QuickStatData extends Object implements Serializable
Java class for QuickStatData complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="QuickStatData">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="TimeInMinutes" type="{http://www.w3.org/2001/XMLSchema}integer"/>
<element name="SuccessCount" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="FailureCount" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="MaximumResponseSize" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="MaximumRequestSize" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="MaximumResponseTime" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="SLAViolationCount" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="AverageResponseTime" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="AvailabilityPercentage" type="{http://www.w3.org/2001/XMLSchema}double"/>
<element name="MTBF" type="{http://www.w3.org/2001/XMLSchema}duration"/>
<element name="UpdatedAt" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="AverageCPUUsage" type="{http://www.w3.org/2001/XMLSchema}double"/>
<element name="AverageMemoryUsage" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="AverageThreadCount" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="AverageOpenFileCount" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="AverageChannelCount" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="LargestQueueDepth" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="AverageMessagesIn" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="AverageMessagesOut" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="AverageMessagesDropped" type="{http://www.w3.org/2001/XMLSchema}long"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected double |
availabilityPercentage |
protected Long |
averageChannelCount |
protected Double |
averageCPUUsage |
protected Long |
averageMemoryUsage |
protected Long |
averageMessagesDropped |
protected Long |
averageMessagesIn |
protected Long |
averageMessagesOut |
protected Long |
averageOpenFileCount |
protected long |
averageResponseTime |
protected Long |
averageThreadCount |
protected long |
failureCount |
protected Long |
largestQueueDepth |
protected long |
maximumRequestSize |
protected long |
maximumResponseSize |
protected long |
maximumResponseTime |
protected Duration |
mtbf |
protected long |
slaViolationCount |
protected long |
successCount |
protected BigInteger |
timeInMinutes |
protected Calendar |
updatedAt |
| Constructor and Description |
|---|
QuickStatData() |
| Modifier and Type | Method and Description |
|---|---|
double |
getAvailabilityPercentage()
Gets the value of the availabilityPercentage property.
|
Long |
getAverageChannelCount()
Gets the value of the averageChannelCount property.
|
Double |
getAverageCPUUsage()
Gets the value of the averageCPUUsage property.
|
Long |
getAverageMemoryUsage()
Gets the value of the averageMemoryUsage property.
|
Long |
getAverageMessagesDropped()
Gets the value of the averageMessagesDropped property.
|
Long |
getAverageMessagesIn()
Gets the value of the averageMessagesIn property.
|
Long |
getAverageMessagesOut()
Gets the value of the averageMessagesOut property.
|
Long |
getAverageOpenFileCount()
Gets the value of the averageOpenFileCount property.
|
long |
getAverageResponseTime()
Gets the value of the averageResponseTime property.
|
Long |
getAverageThreadCount()
Gets the value of the averageThreadCount property.
|
long |
getFailureCount()
Gets the value of the failureCount property.
|
Long |
getLargestQueueDepth()
Gets the value of the largestQueueDepth property.
|
long |
getMaximumRequestSize()
Gets the value of the maximumRequestSize property.
|
long |
getMaximumResponseSize()
Gets the value of the maximumResponseSize property.
|
long |
getMaximumResponseTime()
Gets the value of the maximumResponseTime property.
|
Duration |
getMTBF()
Gets the value of the mtbf property.
|
long |
getSLAViolationCount()
Gets the value of the slaViolationCount property.
|
long |
getSuccessCount()
Gets the value of the successCount property.
|
BigInteger |
getTimeInMinutes()
Gets the value of the timeInMinutes property.
|
Calendar |
getUpdatedAt()
Gets the value of the updatedAt property.
|
boolean |
isSetAvailabilityPercentage() |
boolean |
isSetAverageChannelCount() |
boolean |
isSetAverageCPUUsage() |
boolean |
isSetAverageMemoryUsage() |
boolean |
isSetAverageMessagesDropped() |
boolean |
isSetAverageMessagesIn() |
boolean |
isSetAverageMessagesOut() |
boolean |
isSetAverageOpenFileCount() |
boolean |
isSetAverageResponseTime() |
boolean |
isSetAverageThreadCount() |
boolean |
isSetFailureCount() |
boolean |
isSetLargestQueueDepth() |
boolean |
isSetMaximumRequestSize() |
boolean |
isSetMaximumResponseSize() |
boolean |
isSetMaximumResponseTime() |
boolean |
isSetMTBF() |
boolean |
isSetSLAViolationCount() |
boolean |
isSetSuccessCount() |
boolean |
isSetTimeInMinutes() |
boolean |
isSetUpdatedAt() |
void |
setAvailabilityPercentage(double value)
Sets the value of the availabilityPercentage property.
|
void |
setAverageChannelCount(Long value)
Sets the value of the averageChannelCount property.
|
void |
setAverageCPUUsage(Double value)
Sets the value of the averageCPUUsage property.
|
void |
setAverageMemoryUsage(Long value)
Sets the value of the averageMemoryUsage property.
|
void |
setAverageMessagesDropped(Long value)
Sets the value of the averageMessagesDropped property.
|
void |
setAverageMessagesIn(Long value)
Sets the value of the averageMessagesIn property.
|
void |
setAverageMessagesOut(Long value)
Sets the value of the averageMessagesOut property.
|
void |
setAverageOpenFileCount(Long value)
Sets the value of the averageOpenFileCount property.
|
void |
setAverageResponseTime(long value)
Sets the value of the averageResponseTime property.
|
void |
setAverageThreadCount(Long value)
Sets the value of the averageThreadCount property.
|
void |
setFailureCount(long value)
Sets the value of the failureCount property.
|
void |
setLargestQueueDepth(Long value)
Sets the value of the largestQueueDepth property.
|
void |
setMaximumRequestSize(long value)
Sets the value of the maximumRequestSize property.
|
void |
setMaximumResponseSize(long value)
Sets the value of the maximumResponseSize property.
|
void |
setMaximumResponseTime(long value)
Sets the value of the maximumResponseTime property.
|
void |
setMTBF(Duration value)
Sets the value of the mtbf property.
|
void |
setSLAViolationCount(long value)
Sets the value of the slaViolationCount property.
|
void |
setSuccessCount(long value)
Sets the value of the successCount property.
|
void |
setTimeInMinutes(BigInteger value)
Sets the value of the timeInMinutes property.
|
void |
setUpdatedAt(Calendar value)
Sets the value of the updatedAt property.
|
protected BigInteger timeInMinutes
protected long successCount
protected long failureCount
protected long maximumResponseSize
protected long maximumRequestSize
protected long maximumResponseTime
protected long slaViolationCount
protected long averageResponseTime
protected double availabilityPercentage
protected Duration mtbf
protected Calendar updatedAt
protected Double averageCPUUsage
protected Long averageMemoryUsage
protected Long averageThreadCount
protected Long averageOpenFileCount
protected Long averageChannelCount
protected Long largestQueueDepth
protected Long averageMessagesIn
protected Long averageMessagesOut
protected Long averageMessagesDropped
public BigInteger getTimeInMinutes()
BigIntegerpublic void setTimeInMinutes(BigInteger value)
value - allowed object is
BigIntegerpublic boolean isSetTimeInMinutes()
public long getSuccessCount()
public void setSuccessCount(long value)
public boolean isSetSuccessCount()
public long getFailureCount()
public void setFailureCount(long value)
public boolean isSetFailureCount()
public long getMaximumResponseSize()
public void setMaximumResponseSize(long value)
public boolean isSetMaximumResponseSize()
public long getMaximumRequestSize()
public void setMaximumRequestSize(long value)
public boolean isSetMaximumRequestSize()
public long getMaximumResponseTime()
public void setMaximumResponseTime(long value)
public boolean isSetMaximumResponseTime()
public long getSLAViolationCount()
public void setSLAViolationCount(long value)
public boolean isSetSLAViolationCount()
public long getAverageResponseTime()
public void setAverageResponseTime(long value)
public boolean isSetAverageResponseTime()
public double getAvailabilityPercentage()
public void setAvailabilityPercentage(double value)
public boolean isSetAvailabilityPercentage()
public Duration getMTBF()
Durationpublic void setMTBF(Duration value)
value - allowed object is
Durationpublic boolean isSetMTBF()
public Calendar getUpdatedAt()
Calendarpublic void setUpdatedAt(Calendar value)
value - allowed object is
Calendarpublic boolean isSetUpdatedAt()
public Double getAverageCPUUsage()
Doublepublic void setAverageCPUUsage(Double value)
value - allowed object is
Doublepublic boolean isSetAverageCPUUsage()
public Long getAverageMemoryUsage()
Longpublic void setAverageMemoryUsage(Long value)
value - allowed object is
Longpublic boolean isSetAverageMemoryUsage()
public Long getAverageThreadCount()
Longpublic void setAverageThreadCount(Long value)
value - allowed object is
Longpublic boolean isSetAverageThreadCount()
public Long getAverageOpenFileCount()
Longpublic void setAverageOpenFileCount(Long value)
value - allowed object is
Longpublic boolean isSetAverageOpenFileCount()
public Long getAverageChannelCount()
Longpublic void setAverageChannelCount(Long value)
value - allowed object is
Longpublic boolean isSetAverageChannelCount()
public Long getLargestQueueDepth()
Longpublic void setLargestQueueDepth(Long value)
value - allowed object is
Longpublic boolean isSetLargestQueueDepth()
public Long getAverageMessagesIn()
Longpublic void setAverageMessagesIn(Long value)
value - allowed object is
Longpublic boolean isSetAverageMessagesIn()
public Long getAverageMessagesOut()
Longpublic void setAverageMessagesOut(Long value)
value - allowed object is
Longpublic boolean isSetAverageMessagesOut()
public Long getAverageMessagesDropped()
Longpublic void setAverageMessagesDropped(Long value)
value - allowed object is
Longpublic boolean isSetAverageMessagesDropped()
Copyright © 2008–2017 MIL-OSS. All rights reserved.