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