public class TriggerType extends Object
| Modifier and Type | Field and Description |
|---|---|
protected List<ConditionType> |
condition |
protected String |
target |
protected String |
value |
| Constructor and Description |
|---|
TriggerType() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
List<ConditionType> |
getCondition()
Gets the value of the condition property.
|
String |
getTarget()
Gets the value of the target property.
|
String |
getValue()
Gets the value of the value property.
|
int |
hashCode() |
void |
setTarget(String value)
Sets the value of the target property.
|
void |
setValue(String value)
Sets the value of the value property.
|
String |
toString() |
TriggerType |
withCondition(Collection<ConditionType> values) |
TriggerType |
withCondition(ConditionType... values) |
TriggerType |
withTarget(String value) |
TriggerType |
withValue(String value) |
protected List<ConditionType> condition
protected String value
protected String target
public List<ConditionType> getCondition()
ConditionTypepublic String getValue()
Stringpublic void setValue(String value)
value - allowed object is
Stringpublic String getTarget()
Stringpublic void setTarget(String value)
value - allowed object is
Stringpublic TriggerType withCondition(ConditionType... values)
public TriggerType withCondition(Collection<ConditionType> values)
public TriggerType withValue(String value)
public TriggerType withTarget(String value)
Copyright © 2024. All rights reserved.