@Entity public class RequestScheduleEntity extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
updateUser |
Constructor and Description |
---|
RequestScheduleEntity() |
protected String updateUser
public long getScheduleId()
public void setScheduleId(long scheduleId)
public Long getClusterId()
public void setClusterId(Long clusterId)
public String getDescription()
public void setDescription(String description)
public String getStatus()
public void setStatus(String status)
public Integer getBatchSeparationInSeconds()
public void setBatchSeparationInSeconds(Integer batchSeparationInSeconds)
public Integer getBatchTolerationLimit()
public void setBatchTolerationLimit(Integer batchTolerationLimit)
public String getCreateUser()
public void setCreateUser(String createUser)
public Long getCreateTimestamp()
public void setCreateTimestamp(Long createTimestamp)
public String getUpdateUser()
public void setUpdateUser(String updateUser)
public Long getUpdateTimestamp()
public void setUpdateTimestamp(Long updateTimestamp)
public String getMinutes()
public void setMinutes(String minutes)
public String getHours()
public void setHours(String hours)
public String getDaysOfMonth()
public void setDaysOfMonth(String daysOfMonth)
public String getMonth()
public void setMonth(String month)
public String getDayOfWeek()
public void setDayOfWeek(String dayOfWeek)
public String getYear()
public void setYear(String year)
public String getStartTime()
public void setStartTime(String startTime)
public String getEndTime()
public void setEndTime(String endTime)
public String getLastExecutionStatus()
public void setLastExecutionStatus(String lastExecutionStatus)
public ClusterEntity getClusterEntity()
public void setClusterEntity(ClusterEntity clusterEntity)
public Collection<RequestScheduleBatchRequestEntity> getRequestScheduleBatchRequestEntities()
public void setRequestScheduleBatchRequestEntities(Collection<RequestScheduleBatchRequestEntity> requestScheduleBatchRequestEntities)
public List<RequestEntity> getRequestEntities()
public void setRequestEntities(List<RequestEntity> requestEntities)
public Integer getAuthenticatedUserId()
public void setAuthenticatedUserId(Integer authenticatedUser)
public Integer getBatchTolerationLimitPerBatch()
public void setBatchTolerationLimitPerBatch(Integer batchTolerationLimitPerBatch)
public Boolean isPauseAfterFirstBatch()
public void setPauseAfterFirstBatch(Boolean pauseAfterFirstBatch)
Copyright © 2022 Apache Software Foundation. All rights reserved.