1 | package org.cardanofoundation.explorer.api.model.response.pool.chart; | |
2 | ||
3 | import java.util.List; | |
4 | ||
5 | public class DelegatorChartResponse extends BasePoolChart<DelegatorChartList, Long> { | |
6 | ||
7 | public DelegatorChartResponse() { | |
8 |
1
1. <init> : removed call to org/cardanofoundation/explorer/api/model/response/pool/chart/DelegatorChartResponse::setDataByDays → SURVIVED |
this.setDataByDays(List.of()); |
9 |
1
1. <init> : removed call to org/cardanofoundation/explorer/api/model/response/pool/chart/DelegatorChartResponse::setHighest → SURVIVED |
this.setHighest(0L); |
10 |
1
1. <init> : removed call to org/cardanofoundation/explorer/api/model/response/pool/chart/DelegatorChartResponse::setLowest → SURVIVED |
this.setLowest(0L); |
11 | } | |
12 | } | |
Mutations | ||
8 |
1.1 |
|
9 |
1.1 |
|
10 |
1.1 |