public class FlowLog extends Object
| 构造器和说明 |
|---|
FlowLog() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getBrokenReason() |
Long |
getConsumeTime() |
com.alibaba.fastjson.JSONObject |
getContextData() |
java.time.LocalDateTime |
getCreatedAt() |
String |
getException() |
String |
getExceptionMessage() |
Long |
getFlowId() |
String |
getFlowNameList() |
String |
getFlowTrace() |
long |
getId() |
String |
getName() |
String |
getRequestData() |
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 |
setException(String exception) |
void |
setExceptionMessage(String exceptionMessage) |
void |
setFlowId(Long flowId) |
void |
setFlowNameList(String flowNameList) |
void |
setFlowTrace(String flowTrace) |
void |
setId(long id) |
void |
setName(String name) |
void |
setRequestData(String requestData) |
void |
setUpdatedAt(java.time.LocalDateTime updatedAt) |
public long getId()
public void setId(long id)
public Long getFlowId()
public void setFlowId(Long flowId)
public String getName()
public void setName(String name)
public String getRequestData()
public void setRequestData(String requestData)
public com.alibaba.fastjson.JSONObject getContextData()
public void setContextData(com.alibaba.fastjson.JSONObject contextData)
public String getFlowNameList()
public void setFlowNameList(String flowNameList)
public String getFlowTrace()
public void setFlowTrace(String flowTrace)
public String getBrokenReason()
public void setBrokenReason(String brokenReason)
public String getExceptionMessage()
public void setExceptionMessage(String exceptionMessage)
public String getException()
public void setException(String exception)
public Long getConsumeTime()
public void setConsumeTime(Long consumeTime)
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.