Package org.ldk.structs
Class Result_ExpiryTimeCreationErrorZ
- java.lang.Object
-
- org.ldk.structs.Result_ExpiryTimeCreationErrorZ
-
- Direct Known Subclasses:
Result_ExpiryTimeCreationErrorZ.Result_ExpiryTimeCreationErrorZ_Err,Result_ExpiryTimeCreationErrorZ.Result_ExpiryTimeCreationErrorZ_OK
public class Result_ExpiryTimeCreationErrorZ extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classResult_ExpiryTimeCreationErrorZ.Result_ExpiryTimeCreationErrorZ_Errstatic classResult_ExpiryTimeCreationErrorZ.Result_ExpiryTimeCreationErrorZ_OK
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Result_ExpiryTimeCreationErrorZclone()Creates a new CResult_ExpiryTimeCreationErrorZ which has the same data as `orig` but with all dynamically-allocated buffers duplicated in new buffers.static Result_ExpiryTimeCreationErrorZerr(CreationError e)Creates a new CResult_ExpiryTimeCreationErrorZ in the error state.protected voidfinalize()static Result_ExpiryTimeCreationErrorZok(ExpiryTime o)Creates a new CResult_ExpiryTimeCreationErrorZ in the success state.
-
-
-
Method Detail
-
finalize
protected void finalize() throws Throwable
-
ok
public static Result_ExpiryTimeCreationErrorZ ok(ExpiryTime o)
Creates a new CResult_ExpiryTimeCreationErrorZ in the success state.
-
err
public static Result_ExpiryTimeCreationErrorZ err(CreationError e)
Creates a new CResult_ExpiryTimeCreationErrorZ in the error state.
-
clone
public Result_ExpiryTimeCreationErrorZ clone()
Creates a new CResult_ExpiryTimeCreationErrorZ which has the same data as `orig` but with all dynamically-allocated buffers duplicated in new buffers.
-
-