1 | package org.cardanofoundation.explorer.api.model.response.script.smartcontract; | |
2 | ||
3 | import java.sql.Timestamp; | |
4 | import java.util.List; | |
5 | import java.util.Set; | |
6 | ||
7 | import lombok.AllArgsConstructor; | |
8 | import lombok.Builder; | |
9 | import lombok.Getter; | |
10 | import lombok.NoArgsConstructor; | |
11 | import lombok.Setter; | |
12 | ||
13 | import com.fasterxml.jackson.annotation.JsonIgnore; | |
14 | ||
15 | import org.cardanofoundation.explorer.common.entity.enumeration.ScriptPurposeType; | |
16 | ||
17 | @Getter | |
18 | @Setter | |
19 |
12
1. blockNo : replaced return value with null for org/cardanofoundation/explorer/api/model/response/script/smartcontract/SmartContractTxResponse$SmartContractTxResponseBuilder::blockNo → SURVIVED 2. absoluteSlot : replaced return value with null for org/cardanofoundation/explorer/api/model/response/script/smartcontract/SmartContractTxResponse$SmartContractTxResponseBuilder::absoluteSlot → SURVIVED 3. txId : replaced return value with null for org/cardanofoundation/explorer/api/model/response/script/smartcontract/SmartContractTxResponse$SmartContractTxResponseBuilder::txId → SURVIVED 4. scriptPurposeTypes : replaced return value with null for org/cardanofoundation/explorer/api/model/response/script/smartcontract/SmartContractTxResponse$SmartContractTxResponseBuilder::scriptPurposeTypes → NO_COVERAGE 5. toString : replaced return value with "" for org/cardanofoundation/explorer/api/model/response/script/smartcontract/SmartContractTxResponse$SmartContractTxResponseBuilder::toString → NO_COVERAGE 6. addresses : replaced return value with null for org/cardanofoundation/explorer/api/model/response/script/smartcontract/SmartContractTxResponse$SmartContractTxResponseBuilder::addresses → NO_COVERAGE 7. epochSlotNo : replaced return value with null for org/cardanofoundation/explorer/api/model/response/script/smartcontract/SmartContractTxResponse$SmartContractTxResponseBuilder::epochSlotNo → SURVIVED 8. time : replaced return value with null for org/cardanofoundation/explorer/api/model/response/script/smartcontract/SmartContractTxResponse$SmartContractTxResponseBuilder::time → SURVIVED 9. hash : replaced return value with null for org/cardanofoundation/explorer/api/model/response/script/smartcontract/SmartContractTxResponse$SmartContractTxResponseBuilder::hash → KILLED 10. build : replaced return value with null for org/cardanofoundation/explorer/api/model/response/script/smartcontract/SmartContractTxResponse$SmartContractTxResponseBuilder::build → KILLED 11. epochNo : replaced return value with null for org/cardanofoundation/explorer/api/model/response/script/smartcontract/SmartContractTxResponse$SmartContractTxResponseBuilder::epochNo → KILLED 12. builder : replaced return value with null for org/cardanofoundation/explorer/api/model/response/script/smartcontract/SmartContractTxResponse::builder → KILLED |
@Builder |
20 | @AllArgsConstructor | |
21 | @NoArgsConstructor | |
22 | public class SmartContractTxResponse { | |
23 | ||
24 |
1
1. getTxId : replaced Long return value with 0L for org/cardanofoundation/explorer/api/model/response/script/smartcontract/SmartContractTxResponse::getTxId → KILLED |
@JsonIgnore private Long txId; |
25 |
1
1. getHash : replaced return value with "" for org/cardanofoundation/explorer/api/model/response/script/smartcontract/SmartContractTxResponse::getHash → KILLED |
private String hash; |
26 |
1
1. getTime : replaced return value with null for org/cardanofoundation/explorer/api/model/response/script/smartcontract/SmartContractTxResponse::getTime → SURVIVED |
private Timestamp time; |
27 |
1
1. getBlockNo : replaced Long return value with 0L for org/cardanofoundation/explorer/api/model/response/script/smartcontract/SmartContractTxResponse::getBlockNo → SURVIVED |
private Long blockNo; |
28 |
1
1. getEpochNo : replaced Integer return value with 0 for org/cardanofoundation/explorer/api/model/response/script/smartcontract/SmartContractTxResponse::getEpochNo → KILLED |
private Integer epochNo; |
29 |
1
1. getEpochSlotNo : replaced Integer return value with 0 for org/cardanofoundation/explorer/api/model/response/script/smartcontract/SmartContractTxResponse::getEpochSlotNo → SURVIVED |
private Integer epochSlotNo; |
30 |
1
1. getAbsoluteSlot : replaced Integer return value with 0 for org/cardanofoundation/explorer/api/model/response/script/smartcontract/SmartContractTxResponse::getAbsoluteSlot → SURVIVED |
private Integer absoluteSlot; |
31 |
1
1. getAddresses : replaced return value with Collections.emptySet for org/cardanofoundation/explorer/api/model/response/script/smartcontract/SmartContractTxResponse::getAddresses → SURVIVED |
private Set<String> addresses; |
32 |
1
1. getScriptPurposeTypes : replaced return value with Collections.emptyList for org/cardanofoundation/explorer/api/model/response/script/smartcontract/SmartContractTxResponse::getScriptPurposeTypes → KILLED |
private List<ScriptPurposeType> scriptPurposeTypes; |
33 | } | |
Mutations | ||
19 |
1.1 2.2 3.3 4.4 5.5 6.6 7.7 8.8 9.9 10.10 11.11 12.12 |
|
24 |
1.1 |
|
25 |
1.1 |
|
26 |
1.1 |
|
27 |
1.1 |
|
28 |
1.1 |
|
29 |
1.1 |
|
30 |
1.1 |
|
31 |
1.1 |
|
32 |
1.1 |