1 | package org.cardanofoundation.explorer.api.model.response.pool; | |
2 | ||
3 | import lombok.*; | |
4 | ||
5 | @Getter | |
6 | @Setter | |
7 |
5
1. toString : replaced return value with "" for org/cardanofoundation/explorer/api/model/response/pool/StakePoolsChartResponse$StakePoolsChartResponseBuilder::toString → NO_COVERAGE 2. activePool : replaced return value with null for org/cardanofoundation/explorer/api/model/response/pool/StakePoolsChartResponse$StakePoolsChartResponseBuilder::activePool → KILLED 3. build : replaced return value with null for org/cardanofoundation/explorer/api/model/response/pool/StakePoolsChartResponse$StakePoolsChartResponseBuilder::build → KILLED 4. builder : replaced return value with null for org/cardanofoundation/explorer/api/model/response/pool/StakePoolsChartResponse::builder → KILLED 5. registeredPool : replaced return value with null for org/cardanofoundation/explorer/api/model/response/pool/StakePoolsChartResponse$StakePoolsChartResponseBuilder::registeredPool → KILLED |
@Builder |
8 | @NoArgsConstructor | |
9 | @AllArgsConstructor | |
10 | public class StakePoolsChartResponse { | |
11 |
1
1. getRegisteredPool : replaced Long return value with 0L for org/cardanofoundation/explorer/api/model/response/pool/StakePoolsChartResponse::getRegisteredPool → KILLED |
private Long registeredPool; |
12 |
1
1. getActivePool : replaced Long return value with 0L for org/cardanofoundation/explorer/api/model/response/pool/StakePoolsChartResponse::getActivePool → KILLED |
private Long activePool; |
13 | } | |
Mutations | ||
7 |
1.1 2.2 3.3 4.4 5.5 |
|
11 |
1.1 |
|
12 |
1.1 |