public static class PathPaymentStrictSendResult.PathPaymentStrictSendResultBuilder
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
PathPaymentStrictSendResult |
build() |
PathPaymentStrictSendResult.PathPaymentStrictSendResultBuilder |
discriminant(PathPaymentStrictSendResultCode discriminant) |
PathPaymentStrictSendResult.PathPaymentStrictSendResultBuilder |
noIssuer(Asset noIssuer) |
PathPaymentStrictSendResult.PathPaymentStrictSendResultBuilder |
success(PathPaymentStrictSendResult.PathPaymentStrictSendResultSuccess success) |
java.lang.String |
toString() |
public PathPaymentStrictSendResult.PathPaymentStrictSendResultBuilder discriminant(PathPaymentStrictSendResultCode discriminant)
this
.public PathPaymentStrictSendResult.PathPaymentStrictSendResultBuilder success(PathPaymentStrictSendResult.PathPaymentStrictSendResultSuccess success)
this
.public PathPaymentStrictSendResult.PathPaymentStrictSendResultBuilder noIssuer(Asset noIssuer)
this
.public PathPaymentStrictSendResult build()
public java.lang.String toString()
toString
in class java.lang.Object