Class DeviceRetrievalMethod

java.lang.Object
com.regula.documentreader.api.params.mdl.DeviceRetrievalMethod

public class DeviceRetrievalMethod extends Object
  • Method Details

    • getCmdMaxLength

      public Integer getCmdMaxLength()
    • getRespMaxLength

      public Integer getRespMaxLength()
    • getType

      public int getType()
    • getVersion

      public int getVersion()
    • getClientModeSupport

      public Boolean getClientModeSupport()
    • getClientModeUUID

      public String getClientModeUUID()
    • getServerModeDeviceAddress

      public String getServerModeDeviceAddress()
    • getServerModeSupport

      public Boolean getServerModeSupport()
    • getServerModeUUID

      public String getServerModeUUID()
    • parseDeviceRetrievalMethods

      protected static List<DeviceRetrievalMethod> parseDeviceRetrievalMethods(JSONArray array)