Class JsonTypeDto

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

public class JsonTypeDto extends Object
Describes the format of the data that is returned in the JSON representation of a field. This encapsulates a subset of JSON Schema.
See Also:
  • Constructor Details

    • JsonTypeDto

      public JsonTypeDto()
  • Method Details

    • getType

      public String getType()
    • getItems

      public String getItems()
    • getSystem

      public String getSystem()
    • getCustom

      public String getCustom()
    • getCustomId

      public int getCustomId()
    • setType

      public void setType(String type)
    • setItems

      public void setItems(String items)
    • setSystem

      public void setSystem(String system)
    • setCustom

      public void setCustom(String custom)
    • setCustomId

      public void setCustomId(int customId)
    • toString

      public String toString()
      Overrides:
      toString in class Object