public class TaskLog extends Object
| 构造器和说明 |
|---|
TaskLog() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getBrokenReason() |
Long |
getConsumeTime() |
com.alibaba.fastjson.JSONObject |
getContextData() |
java.time.LocalDateTime |
getCreatedAt() |
Timestamp |
getEndTime() |
String |
getException() |
Long |
getFlowId() |
String |
getFlowNameList() |
String |
getFlowTrace() |
long |
getId() |
String |
getName() |
com.alibaba.fastjson.JSONObject |
getRequestData() |
Timestamp |
getStartTime() |
java.time.LocalDateTime |
getUpdatedAt() |
void |
setBrokenReason(String brokenReason) |
void |
setConsumeTime(Long consumeTime) |
void |
setContextData(com.alibaba.fastjson.JSONObject contextData) |
void |
setCreatedAt(java.time.LocalDateTime createdAt) |
void |
setEndTime(Timestamp endTime) |
void |
setException(String exception) |
void |
setFlowId(Long flowId) |
void |
setFlowNameList(String flowNameList) |
void |
setFlowTrace(String flowTrace) |
void |
setId(long id) |
void |
setName(String name) |
void |
setRequestData(com.alibaba.fastjson.JSONObject requestData) |
void |
setStartTime(Timestamp startTime) |
void |
setUpdatedAt(java.time.LocalDateTime updatedAt) |
public long getId()
public void setId(long id)
public Timestamp getStartTime()
public void setStartTime(Timestamp startTime)
public Timestamp getEndTime()
public void setEndTime(Timestamp endTime)
public Long getConsumeTime()
public void setConsumeTime(Long consumeTime)
public String getName()
public void setName(String name)
public Long getFlowId()
public void setFlowId(Long flowId)
public String getFlowNameList()
public void setFlowNameList(String flowNameList)
public String getFlowTrace()
public void setFlowTrace(String flowTrace)
public com.alibaba.fastjson.JSONObject getRequestData()
public void setRequestData(com.alibaba.fastjson.JSONObject requestData)
public com.alibaba.fastjson.JSONObject getContextData()
public void setContextData(com.alibaba.fastjson.JSONObject contextData)
public String getException()
public void setException(String exception)
public String getBrokenReason()
public void setBrokenReason(String brokenReason)
public java.time.LocalDateTime getCreatedAt()
public void setCreatedAt(java.time.LocalDateTime createdAt)
public java.time.LocalDateTime getUpdatedAt()
public void setUpdatedAt(java.time.LocalDateTime updatedAt)
Copyright © 2024. All rights reserved.