Class TestDataTableMonitoringDto
java.lang.Object
org.qubership.atp.tdm.controllers.api.dto.statistics.TestDataTableMonitoringDto
@Generated(value="org.openapitools.codegen.languages.SpringCodegen",
date="2025-09-12T08:25:16.150417747Z[Etc/UTC]")
public class TestDataTableMonitoringDto
extends Object
TestDataTableMonitoringDto
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncronExpression(String cronExpression) booleanGet cronExpressionGet enabled@Valid UUIDgetId()Get id@Valid UUIDGet projectIdGet recipientsGet scheduleGet scheduledGet thresholdinthashCode()recipients(String recipients) voidsetCronExpression(String cronExpression) voidsetEnabled(Boolean enabled) voidvoidsetProjectId(UUID projectId) voidsetRecipients(String recipients) voidsetSchedule(String schedule) voidsetScheduled(Boolean scheduled) voidsetThreshold(Integer threshold) toString()
-
Constructor Details
-
TestDataTableMonitoringDto
public TestDataTableMonitoringDto()
-
-
Method Details
-
cronExpression
-
getCronExpression
Get cronExpression- Returns:
- cronExpression
-
setCronExpression
-
enabled
-
getEnabled
Get enabled- Returns:
- enabled
-
setEnabled
-
id
-
getId
Get id- Returns:
- id
-
setId
-
projectId
-
getProjectId
Get projectId- Returns:
- projectId
-
setProjectId
-
recipients
-
getRecipients
Get recipients- Returns:
- recipients
-
setRecipients
-
schedule
-
getSchedule
Get schedule- Returns:
- schedule
-
setSchedule
-
scheduled
-
getScheduled
Get scheduled- Returns:
- scheduled
-
setScheduled
-
threshold
-
getThreshold
Get threshold- Returns:
- threshold
-
setThreshold
-
equals
-
hashCode
public int hashCode() -
toString
-