Package io.iworkflow.gen.models
Class PublishToInternalChannelRequest
java.lang.Object
io.iworkflow.gen.models.PublishToInternalChannelRequest
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2025-07-30T11:41:57.723966-07:00[America/Los_Angeles]")
public class PublishToInternalChannelRequest
extends Object
PublishToInternalChannelRequest
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddMessagesItem
(InterStateChannelPublishing messagesItem) boolean
Get messagesGet workflowIdGet workflowRunIdint
hashCode()
messages
(List<InterStateChannelPublishing> messages) void
setMessages
(List<InterStateChannelPublishing> messages) void
setWorkflowId
(String workflowId) void
setWorkflowRunId
(String workflowRunId) toString()
workflowId
(String workflowId) workflowRunId
(String workflowRunId)
-
Field Details
-
JSON_PROPERTY_WORKFLOW_ID
- See Also:
-
JSON_PROPERTY_WORKFLOW_RUN_ID
- See Also:
-
JSON_PROPERTY_MESSAGES
- See Also:
-
-
Constructor Details
-
PublishToInternalChannelRequest
public PublishToInternalChannelRequest()
-
-
Method Details
-
workflowId
-
getWorkflowId
Get workflowId- Returns:
- workflowId
-
setWorkflowId
-
workflowRunId
-
getWorkflowRunId
Get workflowRunId- Returns:
- workflowRunId
-
setWorkflowRunId
-
messages
-
addMessagesItem
-
getMessages
Get messages- Returns:
- messages
-
setMessages
-
equals
-
hashCode
public int hashCode() -
toString
-