Class BatchPartResponse

java.lang.Object
org.flowable.rest.service.api.management.BatchPartResponse

public class BatchPartResponse extends Object
  • Field Details

    • id

      protected String id
    • url

      protected String url
    • batchId

      protected String batchId
    • batchUrl

      protected String batchUrl
    • batchType

      protected String batchType
    • searchKey

      protected String searchKey
    • searchKey2

      protected String searchKey2
    • scopeId

      protected String scopeId
    • subScopeId

      protected String subScopeId
    • scopeType

      protected String scopeType
    • createTime

      protected Date createTime
    • completeTime

      protected Date completeTime
    • status

      protected String status
    • tenantId

      protected String tenantId
  • Constructor Details

    • BatchPartResponse

      public BatchPartResponse()
  • Method Details

    • getId

      public String getId()
    • setId

      public void setId(String id)
    • getUrl

      public String getUrl()
    • setUrl

      public void setUrl(String url)
    • getBatchId

      public String getBatchId()
    • setBatchId

      public void setBatchId(String batchId)
    • getBatchUrl

      public String getBatchUrl()
    • setBatchUrl

      public void setBatchUrl(String batchUrl)
    • getBatchType

      public String getBatchType()
    • setBatchType

      public void setBatchType(String batchType)
    • getSearchKey

      public String getSearchKey()
    • setSearchKey

      public void setSearchKey(String searchKey)
    • getSearchKey2

      public String getSearchKey2()
    • setSearchKey2

      public void setSearchKey2(String searchKey2)
    • getScopeId

      public String getScopeId()
    • setScopeId

      public void setScopeId(String scopeId)
    • getSubScopeId

      public String getSubScopeId()
    • setSubScopeId

      public void setSubScopeId(String subScopeId)
    • getScopeType

      public String getScopeType()
    • setScopeType

      public void setScopeType(String scopeType)
    • getCreateTime

      public Date getCreateTime()
    • setCreateTime

      public void setCreateTime(Date createTime)
    • getCompleteTime

      public Date getCompleteTime()
    • setCompleteTime

      public void setCompleteTime(Date completeTime)
    • getStatus

      public String getStatus()
    • setStatus

      public void setStatus(String status)
    • setTenantId

      public void setTenantId(String tenantId)
    • getTenantId

      public String getTenantId()