public class BatchResponse extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
batchType |
protected Date |
completeTime |
protected Date |
createTime |
protected String |
id |
protected String |
searchKey |
protected String |
searchKey2 |
protected String |
status |
protected String |
tenantId |
protected String |
url |
| Constructor and Description |
|---|
BatchResponse() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBatchType() |
Date |
getCompleteTime() |
Date |
getCreateTime() |
String |
getId() |
String |
getSearchKey() |
String |
getSearchKey2() |
String |
getStatus() |
String |
getTenantId() |
String |
getUrl() |
void |
setBatchType(String batchType) |
void |
setCompleteTime(Date completeTime) |
void |
setCreateTime(Date createTime) |
void |
setId(String id) |
void |
setSearchKey(String searchKey) |
void |
setSearchKey2(String searchKey2) |
void |
setStatus(String status) |
void |
setTenantId(String tenantId) |
void |
setUrl(String url) |
protected String id
protected String url
protected String batchType
protected String searchKey
protected String searchKey2
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 getBatchType()
public void setBatchType(String batchType)
public String getSearchKey()
public void setSearchKey(String searchKey)
public String getSearchKey2()
public void setSearchKey2(String searchKey2)
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 © 2022 Flowable. All rights reserved.