Class ProxyDebugInfo
java.lang.Object
org.eclipse.lemminx.customservice.synapse.debugger.entity.debuginfo.DebugInfo
org.eclipse.lemminx.customservice.synapse.debugger.entity.debuginfo.ProxyDebugInfo
- All Implemented Interfaces:
Cloneable,IDebugInfo
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetProxyKey(String proxyKey) voidsetSequenceType(String sequenceType) com.google.gson.JsonElementtoJson()toString()Methods inherited from class org.eclipse.lemminx.customservice.synapse.debugger.entity.debuginfo.DebugInfo
clone, getError, getMediatorPosition, isValid, setError, setMediatorPosition, setValid
-
Constructor Details
-
ProxyDebugInfo
public ProxyDebugInfo()
-
-
Method Details