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