|
BlackBerry Administration API v5.0.3.29 |
||||||||
| PREV CLASS NEXT CLASS | com.rim.bes.basplugin.mdss.dto.StatisticsType NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||

java.lang.Objectcom.rim.bes.bas.dto.BASBaseDTO
com.rim.bes.basplugin.mdss.dto.StatisticsType
public abstract class StatisticsType
Java class for StatisticsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="StatisticsType">
<complexContent>
<extension base="{http://www.rim.com/com.rim.bes.bas.dto}BASBaseDTO">
<sequence>
<element name="applicationsInstalled" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="devicesOffline" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="devicesOnline" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="loadRate" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class com.rim.bes.bas.dto.BASBaseDTO |
|---|
BASBaseDTO.VersionStamps |
| Field Summary | |
|---|---|
protected java.lang.Integer |
applicationsInstalled
|
protected java.lang.Integer |
devicesOffline
|
protected java.lang.Integer |
devicesOnline
|
protected java.lang.Integer |
loadRate
|
| Fields inherited from class com.rim.bes.bas.dto.BASBaseDTO |
|---|
versionStamps |
| Constructor Summary | |
|---|---|
StatisticsType()
|
|
| Method Summary | |
|---|---|
java.lang.Integer |
getApplicationsInstalled()
Gets the value of the applicationsInstalled property. |
java.lang.Integer |
getDevicesOffline()
Gets the value of the devicesOffline property. |
java.lang.Integer |
getDevicesOnline()
Gets the value of the devicesOnline property. |
java.lang.Integer |
getLoadRate()
Gets the value of the loadRate property. |
void |
setApplicationsInstalled(java.lang.Integer value)
Sets the value of the applicationsInstalled property. |
void |
setDevicesOffline(java.lang.Integer value)
Sets the value of the devicesOffline property. |
void |
setDevicesOnline(java.lang.Integer value)
Sets the value of the devicesOnline property. |
void |
setLoadRate(java.lang.Integer value)
Sets the value of the loadRate property. |
| Methods inherited from class com.rim.bes.bas.dto.BASBaseDTO |
|---|
getVersionStamps, setVersionStamps |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.Integer applicationsInstalled
protected java.lang.Integer devicesOffline
protected java.lang.Integer devicesOnline
protected java.lang.Integer loadRate
| Constructor Detail |
|---|
public StatisticsType()
| Method Detail |
|---|
public java.lang.Integer getApplicationsInstalled()
Integerpublic void setApplicationsInstalled(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Integer getDevicesOffline()
Integerpublic void setDevicesOffline(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Integer getDevicesOnline()
Integerpublic void setDevicesOnline(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Integer getLoadRate()
Integerpublic void setLoadRate(java.lang.Integer value)
value - allowed object is
Integer
|
BlackBerry Administration API v5.0.3.29 |
||||||||
| PREV CLASS NEXT CLASS | com.rim.bes.basplugin.mdss.dto.StatisticsType NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||