public static class PreconditionsV2.PreconditionsV2Builder
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
PreconditionsV2 |
build() |
PreconditionsV2.PreconditionsV2Builder |
extraSigners(SignerKey[] extraSigners) |
PreconditionsV2.PreconditionsV2Builder |
ledgerBounds(LedgerBounds ledgerBounds) |
PreconditionsV2.PreconditionsV2Builder |
minSeqAge(Duration minSeqAge) |
PreconditionsV2.PreconditionsV2Builder |
minSeqLedgerGap(Uint32 minSeqLedgerGap) |
PreconditionsV2.PreconditionsV2Builder |
minSeqNum(SequenceNumber minSeqNum) |
PreconditionsV2.PreconditionsV2Builder |
timeBounds(TimeBounds timeBounds) |
java.lang.String |
toString() |
public PreconditionsV2.PreconditionsV2Builder timeBounds(TimeBounds timeBounds)
this
.public PreconditionsV2.PreconditionsV2Builder ledgerBounds(LedgerBounds ledgerBounds)
this
.public PreconditionsV2.PreconditionsV2Builder minSeqNum(SequenceNumber minSeqNum)
this
.public PreconditionsV2.PreconditionsV2Builder minSeqAge(Duration minSeqAge)
this
.public PreconditionsV2.PreconditionsV2Builder minSeqLedgerGap(Uint32 minSeqLedgerGap)
this
.public PreconditionsV2.PreconditionsV2Builder extraSigners(SignerKey[] extraSigners)
this
.public PreconditionsV2 build()
public java.lang.String toString()
toString
in class java.lang.Object