Package org.stellar.sdk.xdr
Class HashIDPreimage.HashIDPreimageOperationID.HashIDPreimageOperationIDBuilder
java.lang.Object
org.stellar.sdk.xdr.HashIDPreimage.HashIDPreimageOperationID.HashIDPreimageOperationIDBuilder
- Enclosing class:
HashIDPreimage.HashIDPreimageOperationID
public static class HashIDPreimage.HashIDPreimageOperationID.HashIDPreimageOperationIDBuilder
extends Object
-
Method Summary
Modifier and TypeMethodDescriptionbuild()Value of theopNumfield.seqNum(SequenceNumber seqNum) Value of theseqNumfield.sourceAccount(AccountID sourceAccount) Value of thesourceAccountfield.toString()
-
Method Details
-
sourceAccount
public HashIDPreimage.HashIDPreimageOperationID.HashIDPreimageOperationIDBuilder sourceAccount(AccountID sourceAccount) Value of thesourceAccountfield.- Parameters:
sourceAccount- thesourceAccountfield value- Returns:
this.
-
seqNum
public HashIDPreimage.HashIDPreimageOperationID.HashIDPreimageOperationIDBuilder seqNum(SequenceNumber seqNum) Value of theseqNumfield.- Parameters:
seqNum- theseqNumfield value- Returns:
this.
-
opNum
public HashIDPreimage.HashIDPreimageOperationID.HashIDPreimageOperationIDBuilder opNum(Uint32 opNum) Value of theopNumfield.- Parameters:
opNum- theopNumfield value- Returns:
this.
-
build
-
toString
-