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