@Immutable
public class LedgersValidationResult
extends java.lang.Object
Constructor and Description |
---|
LedgersValidationResult(StatusCode code,
java.util.Map<java.lang.String,AssetProof> proofs) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o)
Indicates whether some other object is "equal to" this object.
|
StatusCode |
getCode()
Returns a status code from a validation.
|
java.util.Map<java.lang.String,AssetProof> |
getProofs()
Returns the proofs of an asset from multiple ledgers.
|
int |
hashCode()
Returns a hash code value for the object.
|
public LedgersValidationResult(StatusCode code, java.util.Map<java.lang.String,AssetProof> proofs)
public StatusCode getCode()
public java.util.Map<java.lang.String,AssetProof> getProofs()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object o)
LedgersValidationResult
and
equals
in class java.lang.Object
o
- an object to be tested for equalitytrue
if the other object is "equal to" this object otherwise false