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 getConfLoid = StringUtils.EMPTY; | |
12 | private String getConfLength = StringUtils.EMPTY; | |
13 | private String putCmd = StringUtils.EMPTY; | |
14 | private String reloadConf = StringUtils.EMPTY; | |
15 | private String getCmd = StringUtils.EMPTY; | |
16 | private String runWal = StringUtils.EMPTY; | |
17 | private String getResult = StringUtils.EMPTY; | |
18 | ||
19 | public String getGetPathConf() { | |
20 |
1
1. getGetPathConf : replaced return value with "" for com/jsql/model/accessible/vendor/postgres/Archive::getGetPathConf → NO_COVERAGE |
return this.getPathConf; |
21 | } | |
22 | ||
23 | public void setGetPathConf(String getPathConf) { | |
24 | this.getPathConf = getPathConf; | |
25 | } | |
26 | ||
27 | public String getGetStatus() { | |
28 |
1
1. getGetStatus : replaced return value with "" for com/jsql/model/accessible/vendor/postgres/Archive::getGetStatus → NO_COVERAGE |
return this.getStatus; |
29 | } | |
30 | ||
31 | public void setGetStatus(String getStatus) { | |
32 | this.getStatus = getStatus; | |
33 | } | |
34 | ||
35 | public String getGetConfLoid() { | |
36 |
1
1. getGetConfLoid : replaced return value with "" for com/jsql/model/accessible/vendor/postgres/Archive::getGetConfLoid → NO_COVERAGE |
return this.getConfLoid; |
37 | } | |
38 | ||
39 | public void setGetConfLoid(String getConfLoid) { | |
40 | this.getConfLoid = getConfLoid; | |
41 | } | |
42 | ||
43 | public String getGetConfLength() { | |
44 |
1
1. getGetConfLength : replaced return value with "" for com/jsql/model/accessible/vendor/postgres/Archive::getGetConfLength → NO_COVERAGE |
return this.getConfLength; |
45 | } | |
46 | ||
47 | public void setGetConfLength(String getConfLength) { | |
48 | this.getConfLength = getConfLength; | |
49 | } | |
50 | ||
51 | public String getPutCmd() { | |
52 |
1
1. getPutCmd : replaced return value with "" for com/jsql/model/accessible/vendor/postgres/Archive::getPutCmd → NO_COVERAGE |
return this.putCmd; |
53 | } | |
54 | ||
55 | public void setPutCmd(String putCmd) { | |
56 | this.putCmd = putCmd; | |
57 | } | |
58 | ||
59 | public String getReloadConf() { | |
60 |
1
1. getReloadConf : replaced return value with "" for com/jsql/model/accessible/vendor/postgres/Archive::getReloadConf → NO_COVERAGE |
return this.reloadConf; |
61 | } | |
62 | ||
63 | public void setReloadConf(String reloadConf) { | |
64 | this.reloadConf = reloadConf; | |
65 | } | |
66 | ||
67 | public String getGetCmd() { | |
68 |
1
1. getGetCmd : replaced return value with "" for com/jsql/model/accessible/vendor/postgres/Archive::getGetCmd → NO_COVERAGE |
return this.getCmd; |
69 | } | |
70 | ||
71 | public void setGetCmd(String getCmd) { | |
72 | this.getCmd = getCmd; | |
73 | } | |
74 | ||
75 | public String getRunWal() { | |
76 |
1
1. getRunWal : replaced return value with "" for com/jsql/model/accessible/vendor/postgres/Archive::getRunWal → NO_COVERAGE |
return this.runWal; |
77 | } | |
78 | ||
79 | public void setRunWal(String runWal) { | |
80 | this.runWal = runWal; | |
81 | } | |
82 | ||
83 | public String getGetResult() { | |
84 |
1
1. getGetResult : replaced return value with "" for com/jsql/model/accessible/vendor/postgres/Archive::getGetResult → NO_COVERAGE |
return this.getResult; |
85 | } | |
86 | ||
87 | public void setGetResult(String getResult) { | |
88 | this.getResult = getResult; | |
89 | } | |
90 | } | |
Mutations | ||
20 |
1.1 |
|
28 |
1.1 |
|
36 |
1.1 |
|
44 |
1.1 |
|
52 |
1.1 |
|
60 |
1.1 |
|
68 |
1.1 |
|
76 |
1.1 |
|
84 |
1.1 |