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