public final class Claimant
extends java.lang.Object
| Constructor and Description |
|---|
Claimant(java.lang.String destination,
Predicate predicate)
Creates a new
Claimant instance. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
java.lang.String |
getDestination()
The destination account id.
|
Predicate |
getPredicate()
The predicate for this claimable balance.
|
int |
hashCode() |
java.lang.String |
toString() |
public Claimant(java.lang.String destination,
Predicate predicate)
Claimant instance.destination - The destination account id.predicate - The predicate for this claimable balance.public java.lang.String getDestination()
public Predicate getPredicate()
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