Package com.hp.lft.sdk.mobile
Interface DeviceInfo
public interface DeviceInfo
Information regarding available mobile device returned from OpenText Functional Testing Lab.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the fleetType of the public device as defined in OpenText Functional Testing Lab.getId()
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.getModel()
Returns the model name of the device.getName()
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
Returns the model name of the device.- Returns:
- the model name of the device.
- Throws:
GeneralLeanFtException
- if error occurs during execution
-
getManufacturer
Returns the manufacturer of the device.- Returns:
- the manufacturer of the device.
- Throws:
GeneralLeanFtException
- if error occurs during execution
-
getOSType
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
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
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
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
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
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
-