-
public class dittoffi_result_uint64_t
-
-
Constructor Summary
Constructors Constructor Description dittoffi_result_uint64_t()
-
Method Summary
Modifier and Type Method Description synchronized voiddelete()voidsetError(SWIGTYPE_p_dittoffi_error value)SWIGTYPE_p_dittoffi_errorgetError()voidsetSuccess(BigInteger value)BigIntegergetSuccess()-
-
Method Detail
-
delete
synchronized void delete()
-
setError
void setError(SWIGTYPE_p_dittoffi_error value)
-
getError
SWIGTYPE_p_dittoffi_error getError()
-
setSuccess
void setSuccess(BigInteger value)
-
getSuccess
BigInteger getSuccess()
-
-
-
-