Package com.mypurecloud.sdk.v2.model
Class EventCondition
java.lang.Object
com.mypurecloud.sdk.v2.model.EventCondition
- All Implemented Interfaces:
Serializable
EventCondition
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe comparison operator.static enumThe stream type for which this condition can be satisfied. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanThe name of the event for which this condition can be satisfied.getKey()inthashCode()The event key.operator(EventCondition.OperatorEnum operator) The comparison operator.sessionType(String sessionType) The session type for which this condition can be satisfied.voidsetEventName(String eventName) voidvoidsetOperator(EventCondition.OperatorEnum operator) voidsetSessionType(String sessionType) voidsetStreamType(EventCondition.StreamTypeEnum streamType) voidstreamType(EventCondition.StreamTypeEnum streamType) The stream type for which this condition can be satisfied.toString()The event values.
-
Constructor Details
-
EventCondition
public EventCondition() -
EventCondition
-
-
Method Details
-
key
The event key. -
getKey
-
setKey
-
values
The event values. -
getValues
-
setValues
-
operator
The comparison operator. -
getOperator
-
setOperator
-
streamType
The stream type for which this condition can be satisfied. -
getStreamType
-
setStreamType
-
sessionType
The session type for which this condition can be satisfied. -
getSessionType
-
setSessionType
-
eventName
The name of the event for which this condition can be satisfied. -
getEventName
-
setEventName
-
equals
-
hashCode
public int hashCode() -
toString
-