public class BatchPartResponse extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
batchId |
protected String |
batchType |
protected String |
batchUrl |
protected Date |
completeTime |
protected Date |
createTime |
protected String |
id |
protected String |
scopeId |
protected String |
scopeType |
protected String |
searchKey |
protected String |
searchKey2 |
protected String |
status |
protected String |
subScopeId |
protected String |
tenantId |
protected String |
url |
| Constructor and Description |
|---|
BatchPartResponse() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBatchId() |
String |
getBatchType() |
String |
getBatchUrl() |
Date |
getCompleteTime() |
Date |
getCreateTime() |
String |
getId() |
String |
getScopeId() |
String |
getScopeType() |
String |
getSearchKey() |
String |
getSearchKey2() |
String |
getStatus() |
String |
getSubScopeId() |
String |
getTenantId() |
String |
getUrl() |
void |
setBatchId(String batchId) |
void |
setBatchType(String batchType) |
void |
setBatchUrl(String batchUrl) |
void |
setCompleteTime(Date completeTime) |
void |
setCreateTime(Date createTime) |
void |
setId(String id) |
void |
setScopeId(String scopeId) |
void |
setScopeType(String scopeType) |
void |
setSearchKey(String searchKey) |
void |
setSearchKey2(String searchKey2) |
void |
setStatus(String status) |
void |
setSubScopeId(String subScopeId) |
void |
setTenantId(String tenantId) |
void |
setUrl(String url) |
protected String id
protected String url
protected String batchId
protected String batchUrl
protected String batchType
protected String searchKey
protected String searchKey2
protected String scopeId
protected String subScopeId
protected String scopeType
protected Date createTime
protected Date completeTime
protected String status
protected String tenantId
public String getId()
public void setId(String id)
public String getUrl()
public void setUrl(String url)
public String getBatchId()
public void setBatchId(String batchId)
public String getBatchUrl()
public void setBatchUrl(String batchUrl)
public String getBatchType()
public void setBatchType(String batchType)
public String getSearchKey()
public void setSearchKey(String searchKey)
public String getSearchKey2()
public void setSearchKey2(String searchKey2)
public String getScopeId()
public void setScopeId(String scopeId)
public String getSubScopeId()
public void setSubScopeId(String subScopeId)
public String getScopeType()
public void setScopeType(String scopeType)
public Date getCreateTime()
public void setCreateTime(Date createTime)
public Date getCompleteTime()
public void setCompleteTime(Date completeTime)
public String getStatus()
public void setStatus(String status)
public void setTenantId(String tenantId)
public String getTenantId()
Copyright © 2021 Flowable. All rights reserved.