public class ActivityLogAlertLeafCondition extends Object
Constructor and Description |
---|
ActivityLogAlertLeafCondition() |
Modifier and Type | Method and Description |
---|---|
String |
equals()
Get the field value will be compared to this value (case-insensitive) to determine if the condition is met.
|
String |
field()
Get the name of the field that this condition will examine.
|
ActivityLogAlertLeafCondition |
withEquals(String equals)
Set the field value will be compared to this value (case-insensitive) to determine if the condition is met.
|
ActivityLogAlertLeafCondition |
withField(String field)
Set the name of the field that this condition will examine.
|
public String field()
public ActivityLogAlertLeafCondition withField(String field)
field
- the field value to setpublic String equals()
public ActivityLogAlertLeafCondition withEquals(String equals)
equals
- the equals value to setCopyright © 2019. All rights reserved.