public class SchedulingPolicyThresholds extends Object
Java class for SchedulingPolicyThresholds complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SchedulingPolicyThresholds"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="low" type="{http://www.w3.org/2001/XMLSchema}int" /> <attribute name="high" type="{http://www.w3.org/2001/XMLSchema}int" /> <attribute name="duration" type="{http://www.w3.org/2001/XMLSchema}int" /> </restriction> </complexContent> </complexType>
Constructor and Description |
---|
SchedulingPolicyThresholds() |
Modifier and Type | Method and Description |
---|---|
Integer |
getDuration()
Gets the value of the duration property.
|
Integer |
getHigh()
Gets the value of the high property.
|
Integer |
getLow()
Gets the value of the low property.
|
void |
setDuration(Integer value)
Sets the value of the duration property.
|
void |
setHigh(Integer value)
Sets the value of the high property.
|
void |
setLow(Integer value)
Sets the value of the low property.
|
public Integer getLow()
Integer
public void setLow(Integer value)
value
- allowed object is
Integer
public Integer getHigh()
Integer
public void setHigh(Integer value)
value
- allowed object is
Integer
public Integer getDuration()
Integer
Copyright ? 2010 Red Hat, Inc - released under the Apache License Version 2.0