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()
BigInteger
public void setTimeInMinutes(BigInteger value)
value
- allowed object is
BigInteger
public 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()
Duration
public void setMTBF(Duration value)
value
- allowed object is
Duration
public boolean isSetMTBF()
public Calendar getUpdatedAt()
Calendar
public void setUpdatedAt(Calendar value)
value
- allowed object is
Calendar
public boolean isSetUpdatedAt()
public Double getAverageCPUUsage()
Double
public void setAverageCPUUsage(Double value)
value
- allowed object is
Double
public boolean isSetAverageCPUUsage()
public Long getAverageMemoryUsage()
Long
public void setAverageMemoryUsage(Long value)
value
- allowed object is
Long
public boolean isSetAverageMemoryUsage()
public Long getAverageThreadCount()
Long
public void setAverageThreadCount(Long value)
value
- allowed object is
Long
public boolean isSetAverageThreadCount()
public Long getAverageOpenFileCount()
Long
public void setAverageOpenFileCount(Long value)
value
- allowed object is
Long
public boolean isSetAverageOpenFileCount()
public Long getAverageChannelCount()
Long
public void setAverageChannelCount(Long value)
value
- allowed object is
Long
public boolean isSetAverageChannelCount()
public Long getLargestQueueDepth()
Long
public void setLargestQueueDepth(Long value)
value
- allowed object is
Long
public boolean isSetLargestQueueDepth()
public Long getAverageMessagesIn()
Long
public void setAverageMessagesIn(Long value)
value
- allowed object is
Long
public boolean isSetAverageMessagesIn()
public Long getAverageMessagesOut()
Long
public void setAverageMessagesOut(Long value)
value
- allowed object is
Long
public boolean isSetAverageMessagesOut()
public Long getAverageMessagesDropped()
Long
public void setAverageMessagesDropped(Long value)
value
- allowed object is
Long
public boolean isSetAverageMessagesDropped()
Copyright © 2008–2017 MIL-OSS. All rights reserved.