@Generated public class TableTriggerConfiguration extends Object
| Constructor and Description |
|---|
TableTriggerConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Condition |
getCondition() |
Long |
getMinTimeBetweenTriggersSeconds() |
Collection<String> |
getTableNames() |
Long |
getWaitAfterLastChangeSeconds() |
int |
hashCode() |
TableTriggerConfiguration |
setCondition(Condition condition) |
TableTriggerConfiguration |
setMinTimeBetweenTriggersSeconds(Long minTimeBetweenTriggersSeconds) |
TableTriggerConfiguration |
setTableNames(Collection<String> tableNames) |
TableTriggerConfiguration |
setWaitAfterLastChangeSeconds(Long waitAfterLastChangeSeconds) |
String |
toString() |
public TableTriggerConfiguration setCondition(Condition condition)
public Condition getCondition()
public TableTriggerConfiguration setMinTimeBetweenTriggersSeconds(Long minTimeBetweenTriggersSeconds)
public Long getMinTimeBetweenTriggersSeconds()
public TableTriggerConfiguration setTableNames(Collection<String> tableNames)
public Collection<String> getTableNames()
public TableTriggerConfiguration setWaitAfterLastChangeSeconds(Long waitAfterLastChangeSeconds)
public Long getWaitAfterLastChangeSeconds()
Copyright © 2024. All rights reserved.