Class ApiDebugInfo
java.lang.Object
org.eclipse.lemminx.customservice.synapse.debugger.entity.debuginfo.DebugInfo
org.eclipse.lemminx.customservice.synapse.debugger.entity.debuginfo.ApiDebugInfo
- All Implemented Interfaces:
Cloneable,IDebugInfo
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidsetSequenceType(String sequenceType) voidsetUriTemplate(String uriTemplate) voidsetUrlMapping(String urlMapping) 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
-
ApiDebugInfo
public ApiDebugInfo()
-
-
Method Details
-
setApiKey
-
setMethod
-
setSequenceType
-
setUriTemplate
-
setUrlMapping
-
getApiKey
-
getMethod
-
getUriTemplate
-
getUrlMapping
-
getSequenceType
-
toJson
public com.google.gson.JsonElement toJson()- Specified by:
toJsonin interfaceIDebugInfo- Overrides:
toJsonin classDebugInfo
-
toString
-