Archive.java

1
package com.jsql.model.accessible.vendor.postgres;
2
3
import org.apache.commons.lang3.StringUtils;
4
5
import java.io.Serializable;
6
7
public class Archive implements Serializable {
8
9
    private String getStatus = StringUtils.EMPTY;
10
    private String getPathConf = StringUtils.EMPTY;
11
    private String getConfLength = StringUtils.EMPTY;
12
    private String putCmd = StringUtils.EMPTY;
13
    private String reloadConf = StringUtils.EMPTY;
14
    private String getCmd = StringUtils.EMPTY;
15
    private String runWal = StringUtils.EMPTY;
16
17
    public String getGetPathConf() {
18 1 1. getGetPathConf : replaced return value with "" for com/jsql/model/accessible/vendor/postgres/Archive::getGetPathConf → NO_COVERAGE
        return this.getPathConf;
19
    }
20
21
    public void setGetPathConf(String getPathConf) {
22
        this.getPathConf = getPathConf;
23
    }
24
25
    public String getGetStatus() {
26 1 1. getGetStatus : replaced return value with "" for com/jsql/model/accessible/vendor/postgres/Archive::getGetStatus → NO_COVERAGE
        return this.getStatus;
27
    }
28
29
    public void setGetStatus(String getStatus) {
30
        this.getStatus = getStatus;
31
    }
32
33
    public String getGetConfLength() {
34 1 1. getGetConfLength : replaced return value with "" for com/jsql/model/accessible/vendor/postgres/Archive::getGetConfLength → NO_COVERAGE
        return this.getConfLength;
35
    }
36
37
    public void setGetConfLength(String getConfLength) {
38
        this.getConfLength = getConfLength;
39
    }
40
41
    public String getPutCmd() {
42 1 1. getPutCmd : replaced return value with "" for com/jsql/model/accessible/vendor/postgres/Archive::getPutCmd → NO_COVERAGE
        return this.putCmd;
43
    }
44
45
    public void setPutCmd(String putCmd) {
46
        this.putCmd = putCmd;
47
    }
48
49
    public String getReloadConf() {
50 1 1. getReloadConf : replaced return value with "" for com/jsql/model/accessible/vendor/postgres/Archive::getReloadConf → NO_COVERAGE
        return this.reloadConf;
51
    }
52
53
    public void setReloadConf(String reloadConf) {
54
        this.reloadConf = reloadConf;
55
    }
56
57
    public String getGetCmd() {
58 1 1. getGetCmd : replaced return value with "" for com/jsql/model/accessible/vendor/postgres/Archive::getGetCmd → NO_COVERAGE
        return this.getCmd;
59
    }
60
61
    public void setGetCmd(String getCmd) {
62
        this.getCmd = getCmd;
63
    }
64
65
    public String getRunWal() {
66 1 1. getRunWal : replaced return value with "" for com/jsql/model/accessible/vendor/postgres/Archive::getRunWal → NO_COVERAGE
        return this.runWal;
67
    }
68
69
    public void setRunWal(String runWal) {
70
        this.runWal = runWal;
71
    }
72
}

Mutations

18

1.1
Location : getGetPathConf
Killed by : none
replaced return value with "" for com/jsql/model/accessible/vendor/postgres/Archive::getGetPathConf → NO_COVERAGE

26

1.1
Location : getGetStatus
Killed by : none
replaced return value with "" for com/jsql/model/accessible/vendor/postgres/Archive::getGetStatus → NO_COVERAGE

34

1.1
Location : getGetConfLength
Killed by : none
replaced return value with "" for com/jsql/model/accessible/vendor/postgres/Archive::getGetConfLength → NO_COVERAGE

42

1.1
Location : getPutCmd
Killed by : none
replaced return value with "" for com/jsql/model/accessible/vendor/postgres/Archive::getPutCmd → NO_COVERAGE

50

1.1
Location : getReloadConf
Killed by : none
replaced return value with "" for com/jsql/model/accessible/vendor/postgres/Archive::getReloadConf → NO_COVERAGE

58

1.1
Location : getGetCmd
Killed by : none
replaced return value with "" for com/jsql/model/accessible/vendor/postgres/Archive::getGetCmd → NO_COVERAGE

66

1.1
Location : getRunWal
Killed by : none
replaced return value with "" for com/jsql/model/accessible/vendor/postgres/Archive::getRunWal → NO_COVERAGE

Active mutators

Tests examined


Report generated by PIT 1.19.1