Interface DeviceInfo


public interface DeviceInfo
Information regarding available mobile device returned from OpenText Functional Testing Lab.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the fleetType of the public device as defined in OpenText Functional Testing Lab.
    Returns the ID of the device OpenText Functional Testing Lab.
    Returns the location of the public device as defined in OpenText Functional Testing Lab.
    Returns the manufacturer of the device.
    Returns the model name of the device.
    Returns name of the device as defined in OpenText Functional Testing Lab.
    Returns the operating system currently running on the device.
    Returns the operating system version currently running on the device.
    Returns the source of the public device as defined in OpenText Functional Testing Lab.
  • Method Details

    • getId

      Returns the ID of the device OpenText Functional Testing Lab.
      Returns:
      the ID of the device OpenText Functional Testing Lab.
      Throws:
      GeneralLeanFtException - if error occurs during execution
    • getModel

      String getModel() throws GeneralLeanFtException
      Returns the model name of the device.
      Returns:
      the model name of the device.
      Throws:
      GeneralLeanFtException - if error occurs during execution
    • getManufacturer

      String getManufacturer() throws GeneralLeanFtException
      Returns the manufacturer of the device.
      Returns:
      the manufacturer of the device.
      Throws:
      GeneralLeanFtException - if error occurs during execution
    • getOSType

      String getOSType() throws GeneralLeanFtException
      Returns the operating system currently running on the device.
      Returns:
      the operating system currently running on the device.
      Throws:
      GeneralLeanFtException - if error occurs during execution
    • getOSVersion

      String getOSVersion() throws GeneralLeanFtException
      Returns the operating system version currently running on the device.
      Returns:
      the operating system version currently running on the device.
      Throws:
      GeneralLeanFtException - if error occurs during execution
    • getName

      String getName() throws GeneralLeanFtException
      Returns name of the device as defined in OpenText Functional Testing Lab.
      Returns:
      the name of the device as defined in OpenText Functional Testing Lab.
      Throws:
      GeneralLeanFtException - if error occurs during execution
    • getSource

      String getSource() throws GeneralLeanFtException
      Returns the source of the public device as defined in OpenText Functional Testing Lab.
      Returns:
      the source of the public device as defined in OpenText Functional Testing Lab.
      Throws:
      GeneralLeanFtException - if error occurs during execution
    • getFleetType

      String getFleetType() throws GeneralLeanFtException
      Returns the fleetType of the public device as defined in OpenText Functional Testing Lab.
      Returns:
      the fleetType of the public device as defined in OpenText Functional Testing Lab.
      Throws:
      GeneralLeanFtException - if error occurs during execution
    • getLocation

      String getLocation() throws GeneralLeanFtException
      Returns the location of the public device as defined in OpenText Functional Testing Lab.
      Returns:
      the location of the public device as defined in OpenText Functional Testing Lab.
      Throws:
      GeneralLeanFtException - if error occurs during execution