@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2020-03-11T21:45:14.408Z[UTC]")
public class MerkleProofInfoDTO
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
JSON_PROPERTY_MERKLE_PATH |
| Constructor and Description |
|---|
MerkleProofInfoDTO() |
| Modifier and Type | Method and Description |
|---|---|
MerkleProofInfoDTO |
addMerklePathItem(MerklePathItemDTO merklePathItem) |
boolean |
equals(java.lang.Object o) |
java.util.List<MerklePathItemDTO> |
getMerklePath()
List of complementary merkle path items needed to recalculate the merkle root.
|
int |
hashCode() |
MerkleProofInfoDTO |
merklePath(java.util.List<MerklePathItemDTO> merklePath) |
void |
setMerklePath(java.util.List<MerklePathItemDTO> merklePath) |
java.lang.String |
toString() |
public static final java.lang.String JSON_PROPERTY_MERKLE_PATH
public MerkleProofInfoDTO merklePath(java.util.List<MerklePathItemDTO> merklePath)
public MerkleProofInfoDTO addMerklePathItem(MerklePathItemDTO merklePathItem)
@Nullable public java.util.List<MerklePathItemDTO> getMerklePath()
public void setMerklePath(java.util.List<MerklePathItemDTO> merklePath)
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object