Class SerbiaAccountParser.Result

java.lang.Object
com.microblink.photopay.entities.Entity.Result
com.microblink.photopay.entities.parsers.Parser.Result
com.microblink.photopay.entities.parsers.photopay.serbia.account.SerbiaAccountParser.Result
All Implemented Interfaces:
android.os.Parcelable
Enclosing class:
SerbiaAccountParser

public static final class SerbiaAccountParser.Result extends Parser.Result
  • Field Details

  • Constructor Details

    • Result

      protected Result(long nativeResult)
  • Method Details

    • getAccountNumber

      @NonNull public String getAccountNumber()
      Returns parsed Serbian payment account number.
      Returns:
      parsed Serbian payment account number or empty string if parsing has failed.
    • toString

      @NonNull public String toString()
      Description copied from class: Parser.Result
      Returns extracted result string.
      Overrides:
      toString in class Parser.Result
      Returns:
      extracted result string or empty string if it does not exist.
    • serializeToByteArray

      @Nullable protected byte[] serializeToByteArray()
      Specified by:
      serializeToByteArray in class Entity.Result
    • deserializeFromByteArray

      protected void deserializeFromByteArray(@NonNull byte[] arr)
      Specified by:
      deserializeFromByteArray in class Entity.Result
    • clone

      Description copied from class: Entity.Result
      Create a copy of the result. This is required in order to retain the result even after owning entity has mutated it.
      Specified by:
      clone in class Parser.Result
      Returns:
      a copy of the result
    • terminateNative

      protected void terminateNative(long nativeContext)
      Specified by:
      terminateNative in class Entity.Result