1 | package org.cardanofoundation.explorer.api.model.response.stake.lifecycle; | |
2 | ||
3 | import java.io.Serializable; | |
4 | import java.math.BigInteger; | |
5 | import java.time.LocalDateTime; | |
6 | ||
7 | import lombok.Getter; | |
8 | import lombok.Setter; | |
9 | ||
10 | import org.cardanofoundation.explorer.api.common.enumeration.StakeTxType; | |
11 | import org.cardanofoundation.explorer.api.common.enumeration.TxStatus; | |
12 | ||
13 | @Getter | |
14 | @Setter | |
15 | public class StakeWalletActivityResponse implements Serializable { | |
16 | ||
17 |
1
1. getTxHash : replaced return value with "" for org/cardanofoundation/explorer/api/model/response/stake/lifecycle/StakeWalletActivityResponse::getTxHash → KILLED |
private String txHash; |
18 |
1
1. getAmount : replaced return value with null for org/cardanofoundation/explorer/api/model/response/stake/lifecycle/StakeWalletActivityResponse::getAmount → KILLED |
private BigInteger amount; |
19 |
1
1. getFee : replaced return value with null for org/cardanofoundation/explorer/api/model/response/stake/lifecycle/StakeWalletActivityResponse::getFee → SURVIVED |
private BigInteger fee; |
20 |
1
1. getTime : replaced return value with null for org/cardanofoundation/explorer/api/model/response/stake/lifecycle/StakeWalletActivityResponse::getTime → SURVIVED |
private LocalDateTime time; |
21 |
1
1. getType : replaced return value with null for org/cardanofoundation/explorer/api/model/response/stake/lifecycle/StakeWalletActivityResponse::getType → SURVIVED |
private StakeTxType type; |
22 |
1
1. getStatus : replaced return value with null for org/cardanofoundation/explorer/api/model/response/stake/lifecycle/StakeWalletActivityResponse::getStatus → KILLED |
private TxStatus status; |
23 | } | |
Mutations | ||
17 |
1.1 |
|
18 |
1.1 |
|
19 |
1.1 |
|
20 |
1.1 |
|
21 |
1.1 |
|
22 |
1.1 |