All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.chutneytesting.design.domain.plugins.jira.XrayTestExecTest Maven / Gradle / Ivy

There is a newer version: 3.0.0
Show newest version
package com.chutneytesting.design.domain.plugins.jira;

public class XrayTestExecTest {

    private String id;
    private String status;
    private String key;
    private String rank;

    public String getId() {
        return id;
    }

    public void setId(String id) {
        this.id = id;
    }

    public String getStatus() {
        return status;
    }

    public void setStatus(String status) {
        this.status = status;
    }

    public String getKey() {
        return key;
    }

    public void setKey(String key) {
        this.key = key;
    }

    public String getRank() {
        return rank;
    }

    public void setRank(String rank) {
        this.rank = rank;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy