Class CreateOrUpdateWorkflowDefinitionRequestBody

  • All Implemented Interfaces:
    Serializable

    public class CreateOrUpdateWorkflowDefinitionRequestBody
    extends Object
    implements Serializable
    A request body that used for create or update workflow definition.
    See Also:
    Serialized Form
    • Constructor Detail

      • CreateOrUpdateWorkflowDefinitionRequestBody

        public CreateOrUpdateWorkflowDefinitionRequestBody()
    • Method Detail

      • getWorkflowDefinition

        public WorkflowDefinition getWorkflowDefinition()
        Get workflowDefinition.
        Returns:
        workflowDefinition
      • setWorkflowDefinition

        public void setWorkflowDefinition​(WorkflowDefinition workflowDefinition)
        setWorkflowDefinition.
      • equals

        public boolean equals​(Object o)
        Compares objects.
        Overrides:
        equals in class Object
        Returns:
        true or false depending on comparison result.
      • hashCode

        public int hashCode()
        Returns the HashCode.
        Overrides:
        hashCode in class Object
      • toString

        public String toString()
        Converts the given object to string.
        Overrides:
        toString in class Object