@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2019-09-25T07:41:36.316Z") public class ApiSchedule extends Object
Constructor and Description |
---|
ApiSchedule() |
Modifier and Type | Method and Description |
---|---|
ApiSchedule |
alertOnAbort(Boolean alertOnAbort) |
ApiSchedule |
alertOnFail(Boolean alertOnFail) |
ApiSchedule |
alertOnStart(Boolean alertOnStart) |
ApiSchedule |
alertOnSuccess(Boolean alertOnSuccess) |
ApiSchedule |
description(String description) |
ApiSchedule |
displayName(String displayName) |
ApiSchedule |
endTime(String endTime) |
boolean |
equals(Object o) |
Boolean |
getAlertOnAbort()
Whether to alert on abort of the scheduled activity.
|
Boolean |
getAlertOnFail()
Whether to alert on failure of the scheduled activity.
|
Boolean |
getAlertOnStart()
Whether to alert on start of the scheduled activity.
|
Boolean |
getAlertOnSuccess()
Whether to alert on successful completion of the scheduled activity.
|
String |
getDescription()
The schedule description.
|
String |
getDisplayName()
The schedule display name.
|
String |
getEndTime()
The time after which the scheduled activity will no longer be triggered.
|
BigDecimal |
getId()
The schedule id.
|
BigDecimal |
getInterval()
The duration between consecutive triggers of a scheduled activity.
|
ApiScheduleInterval |
getIntervalUnit()
The unit for the repeat interval.
|
String |
getNextRun()
Readonly.
|
Boolean |
getPaused()
The paused state for the schedule.
|
String |
getStartTime()
The time at which the scheduled activity is triggered for the first time.
|
int |
hashCode() |
ApiSchedule |
id(BigDecimal id) |
ApiSchedule |
interval(BigDecimal interval) |
ApiSchedule |
intervalUnit(ApiScheduleInterval intervalUnit) |
ApiSchedule |
nextRun(String nextRun) |
ApiSchedule |
paused(Boolean paused) |
void |
setAlertOnAbort(Boolean alertOnAbort) |
void |
setAlertOnFail(Boolean alertOnFail) |
void |
setAlertOnStart(Boolean alertOnStart) |
void |
setAlertOnSuccess(Boolean alertOnSuccess) |
void |
setDescription(String description) |
void |
setDisplayName(String displayName) |
void |
setEndTime(String endTime) |
void |
setId(BigDecimal id) |
void |
setInterval(BigDecimal interval) |
void |
setIntervalUnit(ApiScheduleInterval intervalUnit) |
void |
setNextRun(String nextRun) |
void |
setPaused(Boolean paused) |
void |
setStartTime(String startTime) |
ApiSchedule |
startTime(String startTime) |
String |
toString() |
public ApiSchedule id(BigDecimal id)
public BigDecimal getId()
public void setId(BigDecimal id)
public ApiSchedule displayName(String displayName)
public String getDisplayName()
public void setDisplayName(String displayName)
public ApiSchedule description(String description)
public String getDescription()
public void setDescription(String description)
public ApiSchedule startTime(String startTime)
public String getStartTime()
public void setStartTime(String startTime)
public ApiSchedule endTime(String endTime)
public String getEndTime()
public void setEndTime(String endTime)
public ApiSchedule interval(BigDecimal interval)
public BigDecimal getInterval()
public void setInterval(BigDecimal interval)
public ApiSchedule intervalUnit(ApiScheduleInterval intervalUnit)
public ApiScheduleInterval getIntervalUnit()
public void setIntervalUnit(ApiScheduleInterval intervalUnit)
public ApiSchedule nextRun(String nextRun)
public String getNextRun()
public void setNextRun(String nextRun)
public ApiSchedule paused(Boolean paused)
public Boolean getPaused()
public void setPaused(Boolean paused)
public ApiSchedule alertOnStart(Boolean alertOnStart)
public Boolean getAlertOnStart()
public void setAlertOnStart(Boolean alertOnStart)
public ApiSchedule alertOnSuccess(Boolean alertOnSuccess)
public Boolean getAlertOnSuccess()
public void setAlertOnSuccess(Boolean alertOnSuccess)
public ApiSchedule alertOnFail(Boolean alertOnFail)
public Boolean getAlertOnFail()
public void setAlertOnFail(Boolean alertOnFail)
public ApiSchedule alertOnAbort(Boolean alertOnAbort)
public Boolean getAlertOnAbort()
public void setAlertOnAbort(Boolean alertOnAbort)
Copyright © 2019. All rights reserved.