Class DebugInfo
java.lang.Object
org.eclipse.lemminx.customservice.synapse.debugger.entity.debuginfo.DebugInfo
- All Implemented Interfaces:
Cloneable,IDebugInfo
- Direct Known Subclasses:
ApiDebugInfo,InboundDebugInfo,ProxyDebugInfo,SequenceDebugInfo,TemplateDebugInfo
-
Constructor Details
-
DebugInfo
public DebugInfo()
-
-
Method Details
-
isValid
public boolean isValid()- Specified by:
isValidin interfaceIDebugInfo
-
setValid
public void setValid(boolean valid) - Specified by:
setValidin interfaceIDebugInfo
-
getError
- Specified by:
getErrorin interfaceIDebugInfo
-
setError
- Specified by:
setErrorin interfaceIDebugInfo
-
toJson
public com.google.gson.JsonElement toJson()- Specified by:
toJsonin interfaceIDebugInfo
-
setMediatorPosition
- Specified by:
setMediatorPositionin interfaceIDebugInfo
-
getMediatorPosition
- Specified by:
getMediatorPositionin interfaceIDebugInfo
-
clone
- Specified by:
clonein interfaceIDebugInfo- Overrides:
clonein classObject- Throws:
CloneNotSupportedException
-
toString
-