public class SystemEventConnectionFailure
extends java.lang.Object
Java class for systemEventConnectionFailure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="systemEventConnectionFailure">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="downTimeInMillis" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="totalFailures" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="consecutiveFailures" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
SystemEventConnectionFailure() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Integer |
getConsecutiveFailures()
Gets the value of the consecutiveFailures property.
|
java.lang.Long |
getDownTimeInMillis()
Gets the value of the downTimeInMillis property.
|
java.lang.Integer |
getTotalFailures()
Gets the value of the totalFailures property.
|
void |
setConsecutiveFailures(java.lang.Integer value)
Sets the value of the consecutiveFailures property.
|
void |
setDownTimeInMillis(java.lang.Long value)
Sets the value of the downTimeInMillis property.
|
void |
setTotalFailures(java.lang.Integer value)
Sets the value of the totalFailures property.
|
public java.lang.Long getDownTimeInMillis()
Longpublic void setDownTimeInMillis(java.lang.Long value)
value - allowed object is
Longpublic java.lang.Integer getTotalFailures()
Integerpublic void setTotalFailures(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Integer getConsecutiveFailures()
Integerpublic void setConsecutiveFailures(java.lang.Integer value)
value - allowed object is
IntegerCopyright © 2010 All Rights Reserved.