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