1 | package org.cardanofoundation.explorer.api.model.response.micar; | |
2 | ||
3 | import lombok.*; | |
4 | ||
5 | @Getter | |
6 | @Setter | |
7 | @NoArgsConstructor | |
8 | @AllArgsConstructor | |
9 |
7
1. toString : replaced return value with "" for org/cardanofoundation/explorer/api/model/response/micar/AddressCarbonEmissionResponse$AddressCarbonEmissionResponseBuilder::toString → NO_COVERAGE 2. txCount : replaced return value with null for org/cardanofoundation/explorer/api/model/response/micar/AddressCarbonEmissionResponse$AddressCarbonEmissionResponseBuilder::txCount → KILLED 3. builder : replaced return value with null for org/cardanofoundation/explorer/api/model/response/micar/AddressCarbonEmissionResponse::builder → KILLED 4. carbonEmissionPerTx : replaced return value with null for org/cardanofoundation/explorer/api/model/response/micar/AddressCarbonEmissionResponse$AddressCarbonEmissionResponseBuilder::carbonEmissionPerTx → KILLED 5. address : replaced return value with null for org/cardanofoundation/explorer/api/model/response/micar/AddressCarbonEmissionResponse$AddressCarbonEmissionResponseBuilder::address → KILLED 6. build : replaced return value with null for org/cardanofoundation/explorer/api/model/response/micar/AddressCarbonEmissionResponse$AddressCarbonEmissionResponseBuilder::build → KILLED 7. stakeAddress : replaced return value with null for org/cardanofoundation/explorer/api/model/response/micar/AddressCarbonEmissionResponse$AddressCarbonEmissionResponseBuilder::stakeAddress → KILLED |
@Builder |
10 | public class AddressCarbonEmissionResponse { | |
11 |
1
1. getAddress : replaced return value with "" for org/cardanofoundation/explorer/api/model/response/micar/AddressCarbonEmissionResponse::getAddress → KILLED |
String address; |
12 |
1
1. getStakeAddress : replaced return value with "" for org/cardanofoundation/explorer/api/model/response/micar/AddressCarbonEmissionResponse::getStakeAddress → KILLED |
String stakeAddress; |
13 |
1
1. getTxCount : replaced Long return value with 0L for org/cardanofoundation/explorer/api/model/response/micar/AddressCarbonEmissionResponse::getTxCount → KILLED |
Long txCount; |
14 |
1
1. getCarbonEmissionPerTx : replaced Double return value with 0 for org/cardanofoundation/explorer/api/model/response/micar/AddressCarbonEmissionResponse::getCarbonEmissionPerTx → KILLED |
Double carbonEmissionPerTx; |
15 | } | |
Mutations | ||
9 |
1.1 2.2 3.3 4.4 5.5 6.6 7.7 |
|
11 |
1.1 |
|
12 |
1.1 |
|
13 |
1.1 |
|
14 |
1.1 |