Package io.seald.seald_sdk
Class ConvertTmrAccessesResponse
-
- All Implemented Interfaces:
public final class ConvertTmrAccessesResponseConvertTmrAccessesResponse holds the information about the converted tmr accesses.
-
-
Method Summary
Modifier and Type Method Description final StringgetStatus()Status of the conversion okorko.final IntegergetErrored()The number of conversions that failed. final IntegergetSucceeded()The number of conversions that succeeded. final Array<String>getConverted()IDs of the accesses that were fully converted. -
-
Method Detail
-
getErrored
final Integer getErrored()
The number of conversions that failed.
-
getSucceeded
final Integer getSucceeded()
The number of conversions that succeeded.
-
getConverted
final Array<String> getConverted()
IDs of the accesses that were fully converted.
-
-
-
-