1 | package org.cardanofoundation.explorer.api.model.response; | |
2 | ||
3 | import java.math.BigInteger; | |
4 | ||
5 | import lombok.*; | |
6 | ||
7 | @Getter | |
8 | @Setter | |
9 |
8
1. toString : replaced return value with "" for org/cardanofoundation/explorer/api/model/response/PotsOverviewResponse$PotsOverviewResponseBuilder::toString → NO_COVERAGE 2. rewards : replaced return value with null for org/cardanofoundation/explorer/api/model/response/PotsOverviewResponse$PotsOverviewResponseBuilder::rewards → KILLED 3. treasury : replaced return value with null for org/cardanofoundation/explorer/api/model/response/PotsOverviewResponse$PotsOverviewResponseBuilder::treasury → KILLED 4. builder : replaced return value with null for org/cardanofoundation/explorer/api/model/response/PotsOverviewResponse::builder → KILLED 5. depositsAndFees : replaced return value with null for org/cardanofoundation/explorer/api/model/response/PotsOverviewResponse$PotsOverviewResponseBuilder::depositsAndFees → KILLED 6. reserves : replaced return value with null for org/cardanofoundation/explorer/api/model/response/PotsOverviewResponse$PotsOverviewResponseBuilder::reserves → KILLED 7. build : replaced return value with null for org/cardanofoundation/explorer/api/model/response/PotsOverviewResponse$PotsOverviewResponseBuilder::build → KILLED 8. epoch : replaced return value with null for org/cardanofoundation/explorer/api/model/response/PotsOverviewResponse$PotsOverviewResponseBuilder::epoch → KILLED |
@Builder |
10 | public class PotsOverviewResponse { | |
11 |
1
1. getDepositsAndFees : replaced return value with null for org/cardanofoundation/explorer/api/model/response/PotsOverviewResponse::getDepositsAndFees → KILLED |
BigInteger depositsAndFees; |
12 |
1
1. getRewards : replaced return value with null for org/cardanofoundation/explorer/api/model/response/PotsOverviewResponse::getRewards → KILLED |
BigInteger rewards; |
13 |
1
1. getTreasury : replaced return value with null for org/cardanofoundation/explorer/api/model/response/PotsOverviewResponse::getTreasury → KILLED |
BigInteger treasury; |
14 |
1
1. getReserves : replaced return value with null for org/cardanofoundation/explorer/api/model/response/PotsOverviewResponse::getReserves → KILLED |
BigInteger reserves; |
15 |
1
1. getEpoch : replaced Integer return value with 0 for org/cardanofoundation/explorer/api/model/response/PotsOverviewResponse::getEpoch → KILLED |
Integer epoch; |
16 | } | |
Mutations | ||
9 |
1.1 2.2 3.3 4.4 5.5 6.6 7.7 8.8 |
|
11 |
1.1 |
|
12 |
1.1 |
|
13 |
1.1 |
|
14 |
1.1 |
|
15 |
1.1 |