Class XrayTestDto

java.lang.Object
de.qytera.qtaf.xray.dto.XrayTestDto

public class XrayTestDto extends Object
Class that models JSON response from Xray API.
  • Constructor Details

    • XrayTestDto

      public XrayTestDto()
  • Method Details

    • getKey

      public String getKey()
      Get key.
      Returns:
      key
    • setKey

      public XrayTestDto setKey(String key)
      Set key.
      Parameters:
      key - Key
      Returns:
      this
    • getId

      public int getId()
      Get id.
      Returns:
      id
    • setId

      public XrayTestDto setId(int id)
      Set id.
      Parameters:
      id - Id
      Returns:
      this
    • getRank

      public int getRank()
      Get rank.
      Returns:
      rank
    • setRank

      public XrayTestDto setRank(int rank)
      Set rank.
      Parameters:
      rank - Rank
      Returns:
      this
    • getSelf

      public String getSelf()
      Get self.
      Returns:
      self
    • setSelf

      public XrayTestDto setSelf(String self)
      Set self.
      Parameters:
      self - Self
      Returns:
      this
    • getReporter

      public String getReporter()
      Get reporter.
      Returns:
      reporter
    • setReporter

      public XrayTestDto setReporter(String reporter)
      Set reporter.
      Parameters:
      reporter - Reporter
      Returns:
      this
    • getAssignee

      public String getAssignee()
      Get assignee.
      Returns:
      assignee
    • setAssignee

      public XrayTestDto setAssignee(String assignee)
      Set assignee.
      Parameters:
      assignee - Assignee
      Returns:
      this
    • getPrecondition

      public String[] getPrecondition()
      Get precondition.
      Returns:
      precondition
    • setPrecondition

      public XrayTestDto setPrecondition(String[] precondition)
      Set precondition.
      Parameters:
      precondition - Precondition
      Returns:
      this
    • getType

      public String getType()
      Get type.
      Returns:
      type
    • setType

      public XrayTestDto setType(String type)
      Set type.
      Parameters:
      type - Type
      Returns:
      this
    • getStatus

      public String getStatus()
      Get status.
      Returns:
      status
    • setStatus

      public XrayTestDto setStatus(String status)
      Set status.
      Parameters:
      status - Status
      Returns:
      this
    • getDefinition

      public String getDefinition()
      Get definition.
      Returns:
      definition
    • setDefinition

      public XrayTestDto setDefinition(String definition)
      Set definition.
      Parameters:
      definition - Definition
      Returns:
      this