Class ProcessDefinitionResponse

java.lang.Object
com.bytedesk.ticket.process.ProcessDefinitionResponse
All Implemented Interfaces:
Serializable

public class ProcessDefinitionResponse extends Object implements Serializable
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      See Also:
    • id

      private String id
    • key

      private String key
    • name

      private String name
    • description

      private String description
    • version

      private int version
    • deploymentId

      private String deploymentId
    • tenantId

      private String tenantId
  • Constructor Details

    • ProcessDefinitionResponse

      public ProcessDefinitionResponse()