1 | package org.cardanofoundation.explorer.api.model.response; | |
2 | ||
3 | import java.time.LocalDateTime; | |
4 | import java.util.List; | |
5 | ||
6 | import lombok.*; | |
7 | ||
8 | import org.cardanofoundation.explorer.api.model.response.address.DelegationPoolResponse; | |
9 | ||
10 | @Getter | |
11 | @Setter | |
12 |
11
1. toString : replaced return value with "" for org/cardanofoundation/explorer/api/model/response/DelegationResponse$DelegationResponseBuilder::toString → NO_COVERAGE 2. pools : replaced return value with null for org/cardanofoundation/explorer/api/model/response/DelegationResponse$DelegationResponseBuilder::pools → KILLED 3. epochNo : replaced return value with null for org/cardanofoundation/explorer/api/model/response/DelegationResponse$DelegationResponseBuilder::epochNo → KILLED 4. build : replaced return value with null for org/cardanofoundation/explorer/api/model/response/DelegationResponse$DelegationResponseBuilder::build → KILLED 5. time : replaced return value with null for org/cardanofoundation/explorer/api/model/response/DelegationResponse$DelegationResponseBuilder::time → KILLED 6. epochSlotNo : replaced return value with null for org/cardanofoundation/explorer/api/model/response/DelegationResponse$DelegationResponseBuilder::epochSlotNo → KILLED 7. txHash : replaced return value with null for org/cardanofoundation/explorer/api/model/response/DelegationResponse$DelegationResponseBuilder::txHash → KILLED 8. builder : replaced return value with null for org/cardanofoundation/explorer/api/model/response/DelegationResponse::builder → KILLED 9. stakeKeys : replaced return value with null for org/cardanofoundation/explorer/api/model/response/DelegationResponse$DelegationResponseBuilder::stakeKeys → KILLED 10. blockNo : replaced return value with null for org/cardanofoundation/explorer/api/model/response/DelegationResponse$DelegationResponseBuilder::blockNo → KILLED 11. slotNo : replaced return value with null for org/cardanofoundation/explorer/api/model/response/DelegationResponse$DelegationResponseBuilder::slotNo → KILLED |
@Builder |
13 | @NoArgsConstructor | |
14 | @AllArgsConstructor | |
15 | public class DelegationResponse { | |
16 |
1
1. getTxHash : replaced return value with "" for org/cardanofoundation/explorer/api/model/response/DelegationResponse::getTxHash → KILLED |
private String txHash; |
17 |
1
1. getTime : replaced return value with null for org/cardanofoundation/explorer/api/model/response/DelegationResponse::getTime → SURVIVED |
private LocalDateTime time; |
18 |
1
1. getBlockNo : replaced Long return value with 0L for org/cardanofoundation/explorer/api/model/response/DelegationResponse::getBlockNo → SURVIVED |
private Long blockNo; |
19 |
1
1. getEpochNo : replaced Integer return value with 0 for org/cardanofoundation/explorer/api/model/response/DelegationResponse::getEpochNo → SURVIVED |
private Integer epochNo; |
20 |
1
1. getEpochSlotNo : replaced Integer return value with 0 for org/cardanofoundation/explorer/api/model/response/DelegationResponse::getEpochSlotNo → SURVIVED |
private Integer epochSlotNo; |
21 |
1
1. getSlotNo : replaced Integer return value with 0 for org/cardanofoundation/explorer/api/model/response/DelegationResponse::getSlotNo → SURVIVED |
private Integer slotNo; |
22 |
1
1. getStakeKeys : replaced return value with Collections.emptyList for org/cardanofoundation/explorer/api/model/response/DelegationResponse::getStakeKeys → SURVIVED |
private List<String> stakeKeys; |
23 |
1
1. getPools : replaced return value with Collections.emptyList for org/cardanofoundation/explorer/api/model/response/DelegationResponse::getPools → SURVIVED |
private List<DelegationPoolResponse> pools; |
24 | } | |
Mutations | ||
12 |
1.1 2.2 3.3 4.4 5.5 6.6 7.7 8.8 9.9 10.10 11.11 |
|
16 |
1.1 |
|
17 |
1.1 |
|
18 |
1.1 |
|
19 |
1.1 |
|
20 |
1.1 |
|
21 |
1.1 |
|
22 |
1.1 |
|
23 |
1.1 |