Class DeviceResponseParser.DeviceResponse

  • Enclosing class:
    DeviceResponseParser

    public static final class DeviceResponseParser.DeviceResponse
    extends java.lang.Object
    An object used to represent data parsed from DeviceResponse CBOR as specified in ISO/IEC 18013-5 section 8.3 Device Retrieval.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<DeviceResponseParser.Document> getDocuments()
      Gets the documents in the device response.
      long getStatus()
      Gets the top-level status in the DeviceResponse CBOR.
      java.lang.String getVersion()
      Gets the version string set in the DeviceResponse CBOR.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait