Class EntityPropertyDto

java.lang.Object
de.qytera.qtaf.xray.dto.jira.EntityPropertyDto

public class EntityPropertyDto extends Object
Container for arbitrary JSON data attached to an entity.
See Also:
  • Constructor Details

    • EntityPropertyDto

      public EntityPropertyDto()
  • Method Details

    • getKey

      public String getKey()
    • getValue

      public com.google.gson.JsonElement getValue()
    • setKey

      public void setKey(String key)
    • setValue

      public void setValue(com.google.gson.JsonElement value)
    • toString

      public String toString()
      Overrides:
      toString in class Object