java.lang.Object
org.eclipse.lemminx.customservice.synapse.debugger.entity.debuginfo.DebugInfo
org.eclipse.lemminx.customservice.synapse.debugger.entity.debuginfo.TemplateDebugInfo
All Implemented Interfaces:
Cloneable, IDebugInfo

public class TemplateDebugInfo extends DebugInfo
  • Constructor Details

    • TemplateDebugInfo

      public TemplateDebugInfo()
  • Method Details

    • setTemplateKey

      public void setTemplateKey(String templateKey)
    • getTemplateKey

      public String getTemplateKey()
    • 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