Class AgentInvocationResultResponse.ExchangePart

java.lang.Object
com.flowable.agent.engine.impl.runtime.AgentInvocationResultResponse.ExchangePart
Enclosing interface:
AgentInvocationResultResponse

public static class AgentInvocationResultResponse.ExchangePart extends Object
  • Field Details

    • type

      protected String type
    • subType

      protected String subType
    • content

      protected String content
  • Constructor Details

  • Method Details

    • getType

      public String getType()
    • setType

      public void setType(String type)
    • getSubType

      public String getSubType()
    • setSubType

      public void setSubType(String subType)
    • getContent

      public String getContent()
    • setContent

      public void setContent(String content)