public class SkipIfConnectivityBroken extends Object
Java class for SkipIfConnectivityBroken complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SkipIfConnectivityBroken"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="enabled" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="threshold" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Constructor and Description |
---|
SkipIfConnectivityBroken() |
Modifier and Type | Method and Description |
---|---|
Boolean |
getEnabled()
Gets the value of the enabled property.
|
Integer |
getThreshold()
Gets the value of the threshold property.
|
boolean |
isSetEnabled() |
boolean |
isSetThreshold() |
void |
setEnabled(Boolean value)
Sets the value of the enabled property.
|
void |
setThreshold(Integer value)
Sets the value of the threshold property.
|
public Boolean getEnabled()
Boolean
public void setEnabled(Boolean value)
value
- allowed object is
Boolean
public boolean isSetEnabled()
public Integer getThreshold()
Integer
public void setThreshold(Integer value)
value
- allowed object is
Integer
public boolean isSetThreshold()
Copyright ? 2010 Red Hat, Inc - released under the Apache License Version 2.0