@Beta public class WorkflowInstanceId extends Object
Constructor and Description |
---|
WorkflowInstanceId() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getId()
The ID of the workflow instance, which consumed the message.
|
int |
hashCode() |
WorkflowInstanceId |
id(String id)
Set the id of this
WorkflowInstanceId instance and return the same instance. |
void |
setId(String id)
Set the id of this
WorkflowInstanceId instance. |
String |
toString() |
@Nonnull public WorkflowInstanceId id(@Nonnull String id)
WorkflowInstanceId
instance and return the same instance.id
- The ID of the workflow instance, which consumed the message. The ID is at least 36 characters long.WorkflowInstanceId
class@Nonnull public String getId()
WorkflowInstanceId
instance.public void setId(@Nonnull String id)
WorkflowInstanceId
instance.id
- The ID of the workflow instance, which consumed the message. The ID is at least 36 characters long.Copyright © 2020 SAP SE. All rights reserved.