1 | package org.cardanofoundation.explorer.api.model.response.pool; | |
2 | ||
3 | import lombok.AllArgsConstructor; | |
4 | import lombok.Builder; | |
5 | import lombok.Getter; | |
6 | import lombok.NoArgsConstructor; | |
7 | import lombok.Setter; | |
8 | ||
9 | @Getter | |
10 | @Setter | |
11 |
8
1. port : replaced return value with null for org/cardanofoundation/explorer/api/model/response/pool/PoolRelayResponse$PoolRelayResponseBuilder::port → NO_COVERAGE 2. ipv4 : replaced return value with null for org/cardanofoundation/explorer/api/model/response/pool/PoolRelayResponse$PoolRelayResponseBuilder::ipv4 → NO_COVERAGE 3. builder : replaced return value with null for org/cardanofoundation/explorer/api/model/response/pool/PoolRelayResponse::builder → NO_COVERAGE 4. build : replaced return value with null for org/cardanofoundation/explorer/api/model/response/pool/PoolRelayResponse$PoolRelayResponseBuilder::build → NO_COVERAGE 5. toString : replaced return value with "" for org/cardanofoundation/explorer/api/model/response/pool/PoolRelayResponse$PoolRelayResponseBuilder::toString → NO_COVERAGE 6. dnsName : replaced return value with null for org/cardanofoundation/explorer/api/model/response/pool/PoolRelayResponse$PoolRelayResponseBuilder::dnsName → NO_COVERAGE 7. ipv6 : replaced return value with null for org/cardanofoundation/explorer/api/model/response/pool/PoolRelayResponse$PoolRelayResponseBuilder::ipv6 → NO_COVERAGE 8. dnsSrvName : replaced return value with null for org/cardanofoundation/explorer/api/model/response/pool/PoolRelayResponse$PoolRelayResponseBuilder::dnsSrvName → NO_COVERAGE |
@Builder |
12 | @NoArgsConstructor | |
13 | @AllArgsConstructor | |
14 | public class PoolRelayResponse { | |
15 |
1
1. getDnsName : replaced return value with "" for org/cardanofoundation/explorer/api/model/response/pool/PoolRelayResponse::getDnsName → NO_COVERAGE |
private String dnsName; |
16 |
1
1. getDnsSrvName : replaced return value with "" for org/cardanofoundation/explorer/api/model/response/pool/PoolRelayResponse::getDnsSrvName → NO_COVERAGE |
private String dnsSrvName; |
17 |
1
1. getIpv4 : replaced return value with "" for org/cardanofoundation/explorer/api/model/response/pool/PoolRelayResponse::getIpv4 → NO_COVERAGE |
private String ipv4; |
18 |
1
1. getIpv6 : replaced return value with "" for org/cardanofoundation/explorer/api/model/response/pool/PoolRelayResponse::getIpv6 → NO_COVERAGE |
private String ipv6; |
19 |
1
1. getPort : replaced Integer return value with 0 for org/cardanofoundation/explorer/api/model/response/pool/PoolRelayResponse::getPort → NO_COVERAGE |
private Integer port; |
20 | } | |
Mutations | ||
11 |
1.1 2.2 3.3 4.4 5.5 6.6 7.7 8.8 |
|
15 |
1.1 |
|
16 |
1.1 |
|
17 |
1.1 |
|
18 |
1.1 |
|
19 |
1.1 |