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()
Long
public void setDownTimeInMillis(java.lang.Long value)
value
- allowed object is
Long
public java.lang.Integer getTotalFailures()
Integer
public void setTotalFailures(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.Integer getConsecutiveFailures()
Integer
public void setConsecutiveFailures(java.lang.Integer value)
value
- allowed object is
Integer
Copyright © 2010 All Rights Reserved.