Package org.ldk.structs
Class Result_InvoiceRequestFeaturesDecodeErrorZ
- java.lang.Object
-
- org.ldk.structs.Result_InvoiceRequestFeaturesDecodeErrorZ
-
- Direct Known Subclasses:
Result_InvoiceRequestFeaturesDecodeErrorZ.Result_InvoiceRequestFeaturesDecodeErrorZ_Err,Result_InvoiceRequestFeaturesDecodeErrorZ.Result_InvoiceRequestFeaturesDecodeErrorZ_OK
public class Result_InvoiceRequestFeaturesDecodeErrorZ extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classResult_InvoiceRequestFeaturesDecodeErrorZ.Result_InvoiceRequestFeaturesDecodeErrorZ_Errstatic classResult_InvoiceRequestFeaturesDecodeErrorZ.Result_InvoiceRequestFeaturesDecodeErrorZ_OK
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Result_InvoiceRequestFeaturesDecodeErrorZclone()Creates a new CResult_InvoiceRequestFeaturesDecodeErrorZ which has the same data as `orig` but with all dynamically-allocated buffers duplicated in new buffers.static Result_InvoiceRequestFeaturesDecodeErrorZerr(DecodeError e)Creates a new CResult_InvoiceRequestFeaturesDecodeErrorZ in the error state.protected voidfinalize()booleanis_ok()Checks if the given object is currently in the success statestatic Result_InvoiceRequestFeaturesDecodeErrorZok(InvoiceRequestFeatures o)Creates a new CResult_InvoiceRequestFeaturesDecodeErrorZ in the success state.
-
-
-
Method Detail
-
finalize
protected void finalize() throws Throwable
-
ok
public static Result_InvoiceRequestFeaturesDecodeErrorZ ok(InvoiceRequestFeatures o)
Creates a new CResult_InvoiceRequestFeaturesDecodeErrorZ in the success state.
-
err
public static Result_InvoiceRequestFeaturesDecodeErrorZ err(DecodeError e)
Creates a new CResult_InvoiceRequestFeaturesDecodeErrorZ in the error state.
-
is_ok
public boolean is_ok()
Checks if the given object is currently in the success state
-
clone
public Result_InvoiceRequestFeaturesDecodeErrorZ clone()
Creates a new CResult_InvoiceRequestFeaturesDecodeErrorZ which has the same data as `orig` but with all dynamically-allocated buffers duplicated in new buffers.
-
-