Package org.ldk.structs
Class Result_TransactionU16LenLimitedNoneZ
- java.lang.Object
-
- org.ldk.structs.Result_TransactionU16LenLimitedNoneZ
-
- Direct Known Subclasses:
Result_TransactionU16LenLimitedNoneZ.Result_TransactionU16LenLimitedNoneZ_Err,Result_TransactionU16LenLimitedNoneZ.Result_TransactionU16LenLimitedNoneZ_OK
public class Result_TransactionU16LenLimitedNoneZ extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classResult_TransactionU16LenLimitedNoneZ.Result_TransactionU16LenLimitedNoneZ_Errstatic classResult_TransactionU16LenLimitedNoneZ.Result_TransactionU16LenLimitedNoneZ_OK
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Result_TransactionU16LenLimitedNoneZclone()Creates a new CResult_TransactionU16LenLimitedNoneZ which has the same data as `orig` but with all dynamically-allocated buffers duplicated in new buffers.static Result_TransactionU16LenLimitedNoneZerr()Creates a new CResult_TransactionU16LenLimitedNoneZ in the error state.protected voidfinalize()booleanis_ok()Checks if the given object is currently in the success statestatic Result_TransactionU16LenLimitedNoneZok(TransactionU16LenLimited o)Creates a new CResult_TransactionU16LenLimitedNoneZ in the success state.
-
-
-
Method Detail
-
finalize
protected void finalize() throws Throwable
-
ok
public static Result_TransactionU16LenLimitedNoneZ ok(TransactionU16LenLimited o)
Creates a new CResult_TransactionU16LenLimitedNoneZ in the success state.
-
err
public static Result_TransactionU16LenLimitedNoneZ err()
Creates a new CResult_TransactionU16LenLimitedNoneZ in the error state.
-
is_ok
public boolean is_ok()
Checks if the given object is currently in the success state
-
clone
public Result_TransactionU16LenLimitedNoneZ clone()
Creates a new CResult_TransactionU16LenLimitedNoneZ which has the same data as `orig` but with all dynamically-allocated buffers duplicated in new buffers.
-
-