public static final class TransactionResponse.Preconditions.TimeBounds
extends java.lang.Object
| Constructor and Description |
|---|
TimeBounds(java.math.BigInteger minTime,
java.math.BigInteger maxTime) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
java.math.BigInteger |
getMaxTime() |
java.math.BigInteger |
getMinTime() |
int |
hashCode() |
java.lang.String |
toString() |
public TimeBounds(java.math.BigInteger minTime,
java.math.BigInteger maxTime)
public java.math.BigInteger getMinTime()
public java.math.BigInteger getMaxTime()
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