Package org.ldk.structs
Class Result_PaymentSecretAPIErrorZ
- java.lang.Object
-
- org.ldk.structs.Result_PaymentSecretAPIErrorZ
-
- Direct Known Subclasses:
Result_PaymentSecretAPIErrorZ.Result_PaymentSecretAPIErrorZ_Err,Result_PaymentSecretAPIErrorZ.Result_PaymentSecretAPIErrorZ_OK
public class Result_PaymentSecretAPIErrorZ extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classResult_PaymentSecretAPIErrorZ.Result_PaymentSecretAPIErrorZ_Errstatic classResult_PaymentSecretAPIErrorZ.Result_PaymentSecretAPIErrorZ_OK
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Result_PaymentSecretAPIErrorZclone()Creates a new CResult_PaymentSecretAPIErrorZ which has the same data as `orig` but with all dynamically-allocated buffers duplicated in new buffers.static Result_PaymentSecretAPIErrorZerr(APIError e)Creates a new CResult_PaymentSecretAPIErrorZ in the error state.protected voidfinalize()static Result_PaymentSecretAPIErrorZok(byte[] o)Creates a new CResult_PaymentSecretAPIErrorZ in the success state.
-
-
-
Method Detail
-
finalize
protected void finalize() throws Throwable
-
ok
public static Result_PaymentSecretAPIErrorZ ok(byte[] o)
Creates a new CResult_PaymentSecretAPIErrorZ in the success state.
-
err
public static Result_PaymentSecretAPIErrorZ err(APIError e)
Creates a new CResult_PaymentSecretAPIErrorZ in the error state.
-
clone
public Result_PaymentSecretAPIErrorZ clone()
Creates a new CResult_PaymentSecretAPIErrorZ which has the same data as `orig` but with all dynamically-allocated buffers duplicated in new buffers.
-
-