Package org.ldk.structs
Class Result_DescriptionCreationErrorZ
- java.lang.Object
-
- org.ldk.structs.Result_DescriptionCreationErrorZ
-
- Direct Known Subclasses:
Result_DescriptionCreationErrorZ.Result_DescriptionCreationErrorZ_Err,Result_DescriptionCreationErrorZ.Result_DescriptionCreationErrorZ_OK
public class Result_DescriptionCreationErrorZ extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classResult_DescriptionCreationErrorZ.Result_DescriptionCreationErrorZ_Errstatic classResult_DescriptionCreationErrorZ.Result_DescriptionCreationErrorZ_OK
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Result_DescriptionCreationErrorZclone()Creates a new CResult_DescriptionCreationErrorZ which has the same data as `orig` but with all dynamically-allocated buffers duplicated in new buffers.static Result_DescriptionCreationErrorZerr(CreationError e)Creates a new CResult_DescriptionCreationErrorZ in the error state.protected voidfinalize()static Result_DescriptionCreationErrorZok(Description o)Creates a new CResult_DescriptionCreationErrorZ in the success state.
-
-
-
Method Detail
-
finalize
protected void finalize() throws Throwable
-
ok
public static Result_DescriptionCreationErrorZ ok(Description o)
Creates a new CResult_DescriptionCreationErrorZ in the success state.
-
err
public static Result_DescriptionCreationErrorZ err(CreationError e)
Creates a new CResult_DescriptionCreationErrorZ in the error state.
-
clone
public Result_DescriptionCreationErrorZ clone()
Creates a new CResult_DescriptionCreationErrorZ which has the same data as `orig` but with all dynamically-allocated buffers duplicated in new buffers.
-
-