1 | package org.cardanofoundation.explorer.api.model.response.stake.report; | |
2 | ||
3 | import java.time.LocalDateTime; | |
4 | ||
5 | import lombok.Builder; | |
6 | import lombok.Getter; | |
7 | import lombok.Setter; | |
8 | ||
9 | import org.cardanofoundation.explorer.common.entity.enumeration.ReportStatus; | |
10 | import org.cardanofoundation.explorer.common.entity.enumeration.ReportType; | |
11 | ||
12 | @Getter | |
13 | @Setter | |
14 |
9
1. toString : replaced return value with "" for org/cardanofoundation/explorer/api/model/response/stake/report/ReportHistoryResponse$ReportHistoryResponseBuilder::toString → NO_COVERAGE 2. createdAt : replaced return value with null for org/cardanofoundation/explorer/api/model/response/stake/report/ReportHistoryResponse$ReportHistoryResponseBuilder::createdAt → KILLED 3. poolReportId : replaced return value with null for org/cardanofoundation/explorer/api/model/response/stake/report/ReportHistoryResponse$ReportHistoryResponseBuilder::poolReportId → KILLED 4. reportName : replaced return value with null for org/cardanofoundation/explorer/api/model/response/stake/report/ReportHistoryResponse$ReportHistoryResponseBuilder::reportName → KILLED 5. build : replaced return value with null for org/cardanofoundation/explorer/api/model/response/stake/report/ReportHistoryResponse$ReportHistoryResponseBuilder::build → KILLED 6. builder : replaced return value with null for org/cardanofoundation/explorer/api/model/response/stake/report/ReportHistoryResponse::builder → KILLED 7. stakeKeyReportId : replaced return value with null for org/cardanofoundation/explorer/api/model/response/stake/report/ReportHistoryResponse$ReportHistoryResponseBuilder::stakeKeyReportId → KILLED 8. type : replaced return value with null for org/cardanofoundation/explorer/api/model/response/stake/report/ReportHistoryResponse$ReportHistoryResponseBuilder::type → KILLED 9. status : replaced return value with null for org/cardanofoundation/explorer/api/model/response/stake/report/ReportHistoryResponse$ReportHistoryResponseBuilder::status → KILLED |
@Builder |
15 | public class ReportHistoryResponse { | |
16 |
1
1. getStakeKeyReportId : replaced Long return value with 0L for org/cardanofoundation/explorer/api/model/response/stake/report/ReportHistoryResponse::getStakeKeyReportId → KILLED |
private Long stakeKeyReportId; |
17 |
1
1. getPoolReportId : replaced Long return value with 0L for org/cardanofoundation/explorer/api/model/response/stake/report/ReportHistoryResponse::getPoolReportId → SURVIVED |
private Long poolReportId; |
18 |
1
1. getCreatedAt : replaced return value with null for org/cardanofoundation/explorer/api/model/response/stake/report/ReportHistoryResponse::getCreatedAt → KILLED |
private LocalDateTime createdAt; |
19 |
1
1. getReportName : replaced return value with "" for org/cardanofoundation/explorer/api/model/response/stake/report/ReportHistoryResponse::getReportName → KILLED |
private String reportName; |
20 |
1
1. getStatus : replaced return value with null for org/cardanofoundation/explorer/api/model/response/stake/report/ReportHistoryResponse::getStatus → KILLED |
private ReportStatus status; |
21 |
1
1. getType : replaced return value with null for org/cardanofoundation/explorer/api/model/response/stake/report/ReportHistoryResponse::getType → KILLED |
private ReportType type; |
22 | } | |
Mutations | ||
14 |
1.1 2.2 3.3 4.4 5.5 6.6 7.7 8.8 9.9 |
|
16 |
1.1 |
|
17 |
1.1 |
|
18 |
1.1 |
|
19 |
1.1 |
|
20 |
1.1 |
|
21 |
1.1 |