| 1 | package org.cardanofoundation.explorer.api.model.response.search; | |
| 2 | ||
| 3 | import lombok.Getter; | |
| 4 | import lombok.Setter; | |
| 5 | ||
| 6 | import org.cardanofoundation.explorer.api.model.response.BaseFilterResponse; | |
| 7 | ||
| 8 | @Getter | |
| 9 | @Setter | |
| 10 | public class SearchStakingLifecycle { | |
| 11 |
1
1. getAddress : replaced return value with null for org/cardanofoundation/explorer/api/model/response/search/SearchStakingLifecycle::getAddress → KILLED |
private AddressSearchResponse address; |
| 12 |
1
1. getPoolList : replaced return value with null for org/cardanofoundation/explorer/api/model/response/search/SearchStakingLifecycle::getPoolList → SURVIVED |
private BaseFilterResponse<PoolSearchResponse> poolList; |
| 13 |
2
1. isValidPoolName : replaced boolean return with false for org/cardanofoundation/explorer/api/model/response/search/SearchStakingLifecycle::isValidPoolName → SURVIVED 2. isValidPoolName : replaced boolean return with true for org/cardanofoundation/explorer/api/model/response/search/SearchStakingLifecycle::isValidPoolName → SURVIVED |
private boolean validPoolName; |
| 14 | } | |
Mutations | ||
| 11 |
1.1 |
|
| 12 |
1.1 |
|
| 13 |
1.1 2.2 |