public static class LedgerCloseMetaBatch.LedgerCloseMetaBatchBuilder
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
LedgerCloseMetaBatch |
build() |
LedgerCloseMetaBatch.LedgerCloseMetaBatchBuilder |
endSequence(Uint32 endSequence) |
LedgerCloseMetaBatch.LedgerCloseMetaBatchBuilder |
ledgerCloseMetas(LedgerCloseMeta[] ledgerCloseMetas) |
LedgerCloseMetaBatch.LedgerCloseMetaBatchBuilder |
startSequence(Uint32 startSequence) |
java.lang.String |
toString() |
public LedgerCloseMetaBatch.LedgerCloseMetaBatchBuilder startSequence(Uint32 startSequence)
this
.public LedgerCloseMetaBatch.LedgerCloseMetaBatchBuilder endSequence(Uint32 endSequence)
this
.public LedgerCloseMetaBatch.LedgerCloseMetaBatchBuilder ledgerCloseMetas(LedgerCloseMeta[] ledgerCloseMetas)
this
.public LedgerCloseMetaBatch build()
public java.lang.String toString()
toString
in class java.lang.Object