public class ConditionsType extends Object
| Modifier and Type | Field and Description |
|---|---|
protected List<TriggerType> |
trigger |
| Constructor and Description |
|---|
ConditionsType() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
List<TriggerType> |
getTrigger()
Gets the value of the trigger property.
|
int |
hashCode() |
String |
toString() |
ConditionsType |
withTrigger(Collection<TriggerType> values) |
ConditionsType |
withTrigger(TriggerType... values) |
protected List<TriggerType> trigger
public List<TriggerType> getTrigger()
TriggerTypepublic ConditionsType withTrigger(TriggerType... values)
public ConditionsType withTrigger(Collection<TriggerType> values)
Copyright © 2024. All rights reserved.