Class BatchPartResponse
java.lang.Object
org.flowable.rest.service.api.management.BatchPartResponse
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()
getUrl()
void
setBatchId
(String batchId) void
setBatchType
(String batchType) void
setBatchUrl
(String batchUrl) void
setCompleteTime
(Date completeTime) void
setCreateTime
(Date createTime) void
void
setScopeId
(String scopeId) void
setScopeType
(String scopeType) void
setSearchKey
(String searchKey) void
setSearchKey2
(String searchKey2) void
void
setSubScopeId
(String subScopeId) void
setTenantId
(String tenantId) void
-
Field Details
-
id
-
url
-
batchId
-
batchUrl
-
batchType
-
searchKey
-
searchKey2
-
scopeId
-
subScopeId
-
scopeType
-
createTime
-
completeTime
-
status
-
tenantId
-
-
Constructor Details
-
BatchPartResponse
public BatchPartResponse()
-
-
Method Details
-
getId
-
setId
-
getUrl
-
setUrl
-
getBatchId
-
setBatchId
-
getBatchUrl
-
setBatchUrl
-
getBatchType
-
setBatchType
-
getSearchKey
-
setSearchKey
-
getSearchKey2
-
setSearchKey2
-
getScopeId
-
setScopeId
-
getSubScopeId
-
setSubScopeId
-
getScopeType
-
setScopeType
-
getCreateTime
-
setCreateTime
-
getCompleteTime
-
setCompleteTime
-
getStatus
-
setStatus
-
setTenantId
-
getTenantId
-