public class HourlyTaskScheduler extends RecurrentTaskScheduler
Java class for HourlyTaskScheduler complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HourlyTaskScheduler">
<complexContent>
<extension base="{urn:vim25}RecurrentTaskScheduler">
<sequence>
<element name="minute" type="{http://www.w3.org/2001/XMLSchema}int"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected int |
minute |
intervalactiveTime, expireTime| Constructor and Description |
|---|
HourlyTaskScheduler() |
| Modifier and Type | Method and Description |
|---|---|
int |
getMinute()
Gets the value of the minute property.
|
void |
setMinute(int value)
Sets the value of the minute property.
|
getInterval, setIntervalgetActiveTime, getExpireTime, setActiveTime, setExpireTimeCopyright © 2018. All rights reserved.