Class RoutingWorkItem
- java.lang.Object
-
- com.novomind.ecom.api.iagent.model.RoutingWorkItem
-
public final class RoutingWorkItem extends java.lang.Object
ARoutingWorkItem
is an object owned by an external routing representing anIssue
in the novomind iAGENT backlog that is expected to be routed to an agent an waiting for a routing decision of the external routing. TheRoutingWorkItem
is identified by an uniqueitemId
.- Since:
- 11.29
-
-
Constructor Summary
Constructors Constructor Description RoutingWorkItem(java.lang.String itemId)
Constructs aRoutingWorkItem
with an item id.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object other)
java.lang.String
getItemId()
TheRoutingWorkItem
must provide a globally unique id to identify the object.int
hashCode()
java.lang.String
toString()
-
-
-
Method Detail
-
getItemId
public java.lang.String getItemId()
TheRoutingWorkItem
must provide a globally unique id to identify the object.- Returns:
- the unique id of the
RoutingWorkItem
. - Since:
- 11.29
-
equals
public boolean equals(java.lang.Object other)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-