Class Result

java.lang.Object
org.alfresco.utility.testrail.model.Result

public class Result extends Object
"id": 49922, "test_id": 531635, "status_id": 1, "created_by": 65, "created_on": 1484598969, "assignedto_id": null, "comment": "Executed by awesome TAS project", "version": null, "elapsed": null, "defects": null
  • Constructor Details

    • Result

      public Result()
  • Method Details

    • getId

      public long getId()
    • setId

      public void setId(long id)
    • getTest_id

      public long getTest_id()
    • setTest_id

      public void setTest_id(long test_id)
    • getStatus_id

      public int getStatus_id()
    • setStatus_id

      public void setStatus_id(int status_id)
    • getCreated_by

      public String getCreated_by()
    • setCreated_by

      public void setCreated_by(String created_by)
    • getCreated_on

      public long getCreated_on()
    • setCreated_on

      public void setCreated_on(long created_on)
    • getAssignedto_id

      public String getAssignedto_id()
    • setAssignedto_id

      public void setAssignedto_id(String assignedto_id)
    • getComment

      public String getComment()
    • setComment

      public void setComment(String comment)
    • getVersion

      public String getVersion()
    • setVersion

      public void setVersion(String version)
    • getElapsed

      public String getElapsed()
    • setElapsed

      public void setElapsed(String elapsed)
    • getDefects

      public String getDefects()
    • setDefects

      public void setDefects(String defects)
    • getAttachment_ids

      public String[] getAttachment_ids()
    • setAttachment_ids

      public void setAttachment_ids(String[] attachment_ids)