public class ScheduleJob extends Object
| Modifier and Type | Field and Description |
|---|---|
boolean |
isEscCall |
HashMap<String,Object> |
reccurParams |
| Constructor and Description |
|---|
ScheduleJob() |
| Modifier and Type | Method and Description |
|---|---|
int[] |
getHours() |
String |
getJobId() |
Locale |
getLocale() |
com.bmc.arsys.api.Value |
getNextRun() |
com.bmc.arsys.api.Value |
getPreviousRun() |
Date |
getStart() |
int |
getType() |
void |
setHours(int[] hours) |
void |
setJobId(String jobId) |
void |
setLocale(Locale locale) |
void |
setNextRun(com.bmc.arsys.api.Value nextRun) |
void |
setPreviousRun(com.bmc.arsys.api.Value previousRun) |
void |
setStart(Date start) |
void |
setType(int type) |
public Date getStart()
public void setStart(Date start)
public int getType()
public void setType(int type)
public Locale getLocale()
public void setLocale(Locale locale)
public com.bmc.arsys.api.Value getPreviousRun()
public void setPreviousRun(com.bmc.arsys.api.Value previousRun)
public com.bmc.arsys.api.Value getNextRun()
public void setNextRun(com.bmc.arsys.api.Value nextRun)
public String getJobId()
public void setJobId(String jobId)
public void setHours(int[] hours)
public int[] getHours()
? Copyright 2013 BMC Software, Inc.