Package org.ldk.structs
Class Result_ChannelMonitorUpdateStatusNoneZ
- java.lang.Object
-
- org.ldk.structs.Result_ChannelMonitorUpdateStatusNoneZ
-
- Direct Known Subclasses:
Result_ChannelMonitorUpdateStatusNoneZ.Result_ChannelMonitorUpdateStatusNoneZ_Err,Result_ChannelMonitorUpdateStatusNoneZ.Result_ChannelMonitorUpdateStatusNoneZ_OK
public class Result_ChannelMonitorUpdateStatusNoneZ extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classResult_ChannelMonitorUpdateStatusNoneZ.Result_ChannelMonitorUpdateStatusNoneZ_Errstatic classResult_ChannelMonitorUpdateStatusNoneZ.Result_ChannelMonitorUpdateStatusNoneZ_OK
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Result_ChannelMonitorUpdateStatusNoneZclone()Creates a new CResult_ChannelMonitorUpdateStatusNoneZ which has the same data as `orig` but with all dynamically-allocated buffers duplicated in new buffers.static Result_ChannelMonitorUpdateStatusNoneZerr()Creates a new CResult_ChannelMonitorUpdateStatusNoneZ in the error state.protected voidfinalize()booleanis_ok()Checks if the given object is currently in the success statestatic Result_ChannelMonitorUpdateStatusNoneZok(ChannelMonitorUpdateStatus o)Creates a new CResult_ChannelMonitorUpdateStatusNoneZ in the success state.
-
-
-
Method Detail
-
finalize
protected void finalize() throws Throwable
-
ok
public static Result_ChannelMonitorUpdateStatusNoneZ ok(ChannelMonitorUpdateStatus o)
Creates a new CResult_ChannelMonitorUpdateStatusNoneZ in the success state.
-
err
public static Result_ChannelMonitorUpdateStatusNoneZ err()
Creates a new CResult_ChannelMonitorUpdateStatusNoneZ in the error state.
-
is_ok
public boolean is_ok()
Checks if the given object is currently in the success state
-
clone
public Result_ChannelMonitorUpdateStatusNoneZ clone()
Creates a new CResult_ChannelMonitorUpdateStatusNoneZ which has the same data as `orig` but with all dynamically-allocated buffers duplicated in new buffers.
-
-