Package org.ldk.structs
Class Result_Bolt11InvoiceFeaturesDecodeErrorZ
- java.lang.Object
-
- org.ldk.structs.Result_Bolt11InvoiceFeaturesDecodeErrorZ
-
- Direct Known Subclasses:
Result_Bolt11InvoiceFeaturesDecodeErrorZ.Result_Bolt11InvoiceFeaturesDecodeErrorZ_Err,Result_Bolt11InvoiceFeaturesDecodeErrorZ.Result_Bolt11InvoiceFeaturesDecodeErrorZ_OK
public class Result_Bolt11InvoiceFeaturesDecodeErrorZ extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classResult_Bolt11InvoiceFeaturesDecodeErrorZ.Result_Bolt11InvoiceFeaturesDecodeErrorZ_Errstatic classResult_Bolt11InvoiceFeaturesDecodeErrorZ.Result_Bolt11InvoiceFeaturesDecodeErrorZ_OK
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Result_Bolt11InvoiceFeaturesDecodeErrorZclone()Creates a new CResult_Bolt11InvoiceFeaturesDecodeErrorZ which has the same data as `orig` but with all dynamically-allocated buffers duplicated in new buffers.static Result_Bolt11InvoiceFeaturesDecodeErrorZerr(DecodeError e)Creates a new CResult_Bolt11InvoiceFeaturesDecodeErrorZ in the error state.protected voidfinalize()booleanis_ok()Checks if the given object is currently in the success statestatic Result_Bolt11InvoiceFeaturesDecodeErrorZok(Bolt11InvoiceFeatures o)Creates a new CResult_Bolt11InvoiceFeaturesDecodeErrorZ in the success state.
-
-
-
Method Detail
-
finalize
protected void finalize() throws Throwable
-
ok
public static Result_Bolt11InvoiceFeaturesDecodeErrorZ ok(Bolt11InvoiceFeatures o)
Creates a new CResult_Bolt11InvoiceFeaturesDecodeErrorZ in the success state.
-
err
public static Result_Bolt11InvoiceFeaturesDecodeErrorZ err(DecodeError e)
Creates a new CResult_Bolt11InvoiceFeaturesDecodeErrorZ in the error state.
-
is_ok
public boolean is_ok()
Checks if the given object is currently in the success state
-
clone
public Result_Bolt11InvoiceFeaturesDecodeErrorZ clone()
Creates a new CResult_Bolt11InvoiceFeaturesDecodeErrorZ which has the same data as `orig` but with all dynamically-allocated buffers duplicated in new buffers.
-
-