Package org.ldk.structs
Class Result_ThirtyTwoBytesRetryableSendFailureZ
- java.lang.Object
-
- org.ldk.structs.Result_ThirtyTwoBytesRetryableSendFailureZ
-
- Direct Known Subclasses:
Result_ThirtyTwoBytesRetryableSendFailureZ.Result_ThirtyTwoBytesRetryableSendFailureZ_Err,Result_ThirtyTwoBytesRetryableSendFailureZ.Result_ThirtyTwoBytesRetryableSendFailureZ_OK
public class Result_ThirtyTwoBytesRetryableSendFailureZ extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classResult_ThirtyTwoBytesRetryableSendFailureZ.Result_ThirtyTwoBytesRetryableSendFailureZ_Errstatic classResult_ThirtyTwoBytesRetryableSendFailureZ.Result_ThirtyTwoBytesRetryableSendFailureZ_OK
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Result_ThirtyTwoBytesRetryableSendFailureZclone()Creates a new CResult_ThirtyTwoBytesRetryableSendFailureZ which has the same data as `orig` but with all dynamically-allocated buffers duplicated in new buffers.static Result_ThirtyTwoBytesRetryableSendFailureZerr(RetryableSendFailure e)Creates a new CResult_ThirtyTwoBytesRetryableSendFailureZ in the error state.protected voidfinalize()booleanis_ok()Checks if the given object is currently in the success statestatic Result_ThirtyTwoBytesRetryableSendFailureZok(byte[] o)Creates a new CResult_ThirtyTwoBytesRetryableSendFailureZ in the success state.
-
-
-
Method Detail
-
finalize
protected void finalize() throws Throwable
-
ok
public static Result_ThirtyTwoBytesRetryableSendFailureZ ok(byte[] o)
Creates a new CResult_ThirtyTwoBytesRetryableSendFailureZ in the success state.
-
err
public static Result_ThirtyTwoBytesRetryableSendFailureZ err(RetryableSendFailure e)
Creates a new CResult_ThirtyTwoBytesRetryableSendFailureZ in the error state.
-
is_ok
public boolean is_ok()
Checks if the given object is currently in the success state
-
clone
public Result_ThirtyTwoBytesRetryableSendFailureZ clone()
Creates a new CResult_ThirtyTwoBytesRetryableSendFailureZ which has the same data as `orig` but with all dynamically-allocated buffers duplicated in new buffers.
-
-