java.lang.Object
org.eclipse.lemminx.customservice.synapse.mediator.tryout.pojo.Property

public class Property extends Object
  • Constructor Details

  • Method Details

    • getKey

      public String getKey()
    • setKey

      public void setKey(String key)
    • getValue

      public String getValue()
    • setValue

      public void setValue(String value)
    • setProperties

      public void setProperties(List<Property> properties)
    • addProperty

      public void addProperty(Property property)
    • getProperties

      public List<Property> getProperties()
    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description)
    • deepCopy

      public Property deepCopy()
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • deleteProperty

      public boolean deleteProperty(String key)
    • toString

      public String toString()
      Overrides:
      toString in class Object