1 | package org.cardanofoundation.explorer.api.model.response.committee; | |
2 | ||
3 | import java.util.Date; | |
4 | ||
5 | import lombok.AccessLevel; | |
6 | import lombok.AllArgsConstructor; | |
7 | import lombok.Getter; | |
8 | import lombok.NoArgsConstructor; | |
9 | import lombok.Setter; | |
10 | import lombok.experimental.FieldDefaults; | |
11 | import lombok.experimental.SuperBuilder; | |
12 | ||
13 | import org.cardanofoundation.explorer.common.entity.enumeration.CommitteeState; | |
14 | ||
15 | @Getter | |
16 | @Setter | |
17 |
10
1. threshold : replaced return value with null for org/cardanofoundation/explorer/api/model/response/committee/CommitteeOverviewResponse$CommitteeOverviewResponseBuilder::threshold → NO_COVERAGE 2. toString : replaced return value with "" for org/cardanofoundation/explorer/api/model/response/committee/CommitteeOverviewResponse$CommitteeOverviewResponseBuilder::toString → NO_COVERAGE 3. lastUpdate : replaced return value with null for org/cardanofoundation/explorer/api/model/response/committee/CommitteeOverviewResponse$CommitteeOverviewResponseBuilder::lastUpdate → NO_COVERAGE 4. builder : replaced return value with null for org/cardanofoundation/explorer/api/model/response/committee/CommitteeOverviewResponse::builder → NO_COVERAGE 5. governanceVotes : replaced return value with null for org/cardanofoundation/explorer/api/model/response/committee/CommitteeOverviewResponse$CommitteeOverviewResponseBuilder::governanceVotes → NO_COVERAGE 6. proposalPolicy : replaced return value with null for org/cardanofoundation/explorer/api/model/response/committee/CommitteeOverviewResponse$CommitteeOverviewResponseBuilder::proposalPolicy → NO_COVERAGE 7. activeMembers : replaced return value with null for org/cardanofoundation/explorer/api/model/response/committee/CommitteeOverviewResponse$CommitteeOverviewResponseBuilder::activeMembers → NO_COVERAGE 8. currentState : replaced return value with null for org/cardanofoundation/explorer/api/model/response/committee/CommitteeOverviewResponse$CommitteeOverviewResponseBuilder::currentState → NO_COVERAGE 9. self : replaced return value with null for org/cardanofoundation/explorer/api/model/response/committee/CommitteeOverviewResponse$CommitteeOverviewResponseBuilderImpl::self → NO_COVERAGE 10. build : replaced return value with null for org/cardanofoundation/explorer/api/model/response/committee/CommitteeOverviewResponse$CommitteeOverviewResponseBuilderImpl::build → NO_COVERAGE |
@SuperBuilder |
18 | @AllArgsConstructor | |
19 | @NoArgsConstructor | |
20 | @FieldDefaults(level = AccessLevel.PRIVATE) | |
21 | public class CommitteeOverviewResponse { | |
22 | ||
23 |
1
1. getCurrentState : replaced return value with null for org/cardanofoundation/explorer/api/model/response/committee/CommitteeOverviewResponse::getCurrentState → NO_COVERAGE |
CommitteeState currentState; |
24 |
1
1. getProposalPolicy : replaced return value with "" for org/cardanofoundation/explorer/api/model/response/committee/CommitteeOverviewResponse::getProposalPolicy → NO_COVERAGE |
String proposalPolicy; |
25 |
1
1. getActiveMembers : replaced Long return value with 0L for org/cardanofoundation/explorer/api/model/response/committee/CommitteeOverviewResponse::getActiveMembers → NO_COVERAGE |
Long activeMembers; |
26 |
1
1. getThreshold : replaced Double return value with 0 for org/cardanofoundation/explorer/api/model/response/committee/CommitteeOverviewResponse::getThreshold → NO_COVERAGE |
Double threshold; |
27 |
1
1. getGovernanceVotes : replaced Long return value with 0L for org/cardanofoundation/explorer/api/model/response/committee/CommitteeOverviewResponse::getGovernanceVotes → NO_COVERAGE |
Long governanceVotes; |
28 |
1
1. getLastUpdate : replaced return value with null for org/cardanofoundation/explorer/api/model/response/committee/CommitteeOverviewResponse::getLastUpdate → NO_COVERAGE |
Date lastUpdate; |
29 | } | |
Mutations | ||
17 |
1.1 2.2 3.3 4.4 5.5 6.6 7.7 8.8 9.9 10.10 |
|
23 |
1.1 |
|
24 |
1.1 |
|
25 |
1.1 |
|
26 |
1.1 |
|
27 |
1.1 |
|
28 |
1.1 |