Class MapElement

java.lang.Object
com.xebialabs.deployit.core.api.jaxb.MapElement

public final class MapElement extends Object
  • Constructor Details

    • MapElement

      public MapElement()
    • MapElement

      public MapElement(String key, Object value)
  • Method Details

    • setKey

      public void setKey(String key)
    • getKey

      public String getKey()
    • getValue

      public Object getValue()
    • setValue

      public void setValue(Object value)