public class LiteflowResponse extends Object
| Constructor and Description |
|---|
LiteflowResponse() |
public static LiteflowResponse newMainResponse(Slot slot)
public static LiteflowResponse newMainResponse(Exception exception)
public static LiteflowResponse newInnerResponse(String chainId, Slot slot)
public boolean isSuccess()
public void setSuccess(boolean success)
public String getMessage()
public void setMessage(String message)
public String getCode()
public void setCode(String code)
public Exception getCause()
public void setCause(Exception cause)
public Slot getSlot()
public void setSlot(Slot slot)
public <T> T getFirstContextBean()
public <T> T getContextBean(Class<T> contextBeanClazz)
public <T> T getContextBean(String contextName)
public String getRollbackStepStr()
public String getRollbackStepStrWithTime()
public String getRollbackStepStrWithoutTime()
public String getExecuteStepStr()
public String getExecuteStepStrWithInstanceId()
public String getExecuteStepStrWithTime()
public String getExecuteStepStrWithoutTime()
public String getRequestId()
public String getChainId()
public void setChainId(String chainId)
Copyright © 2025. All rights reserved.