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

public class ProxyDebugInfo extends DebugInfo
  • Constructor Details

    • ProxyDebugInfo

      public ProxyDebugInfo()
  • Method Details

    • setProxyKey

      public void setProxyKey(String proxyKey)
    • setSequenceType

      public void setSequenceType(String sequenceType)
    • getProxyKey

      public String getProxyKey()
    • getSequenceType

      public String getSequenceType()
    • toJson

      public com.google.gson.JsonElement toJson()
      Specified by:
      toJson in interface IDebugInfo
      Overrides:
      toJson in class DebugInfo
    • toString

      public String toString()
      Overrides:
      toString in class DebugInfo