Package org.ldk.structs
Class Result_RetryDecodeErrorZ
- java.lang.Object
-
- org.ldk.structs.Result_RetryDecodeErrorZ
-
- Direct Known Subclasses:
Result_RetryDecodeErrorZ.Result_RetryDecodeErrorZ_Err,Result_RetryDecodeErrorZ.Result_RetryDecodeErrorZ_OK
public class Result_RetryDecodeErrorZ extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classResult_RetryDecodeErrorZ.Result_RetryDecodeErrorZ_Errstatic classResult_RetryDecodeErrorZ.Result_RetryDecodeErrorZ_OK
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Result_RetryDecodeErrorZclone()Creates a new CResult_RetryDecodeErrorZ which has the same data as `orig` but with all dynamically-allocated buffers duplicated in new buffers.static Result_RetryDecodeErrorZerr(DecodeError e)Creates a new CResult_RetryDecodeErrorZ in the error state.protected voidfinalize()booleanis_ok()Checks if the given object is currently in the success statestatic Result_RetryDecodeErrorZok(Retry o)Creates a new CResult_RetryDecodeErrorZ in the success state.
-
-
-
Method Detail
-
finalize
protected void finalize() throws Throwable
-
ok
public static Result_RetryDecodeErrorZ ok(Retry o)
Creates a new CResult_RetryDecodeErrorZ in the success state.
-
err
public static Result_RetryDecodeErrorZ err(DecodeError e)
Creates a new CResult_RetryDecodeErrorZ in the error state.
-
is_ok
public boolean is_ok()
Checks if the given object is currently in the success state
-
clone
public Result_RetryDecodeErrorZ clone()
Creates a new CResult_RetryDecodeErrorZ which has the same data as `orig` but with all dynamically-allocated buffers duplicated in new buffers.
-
-