Public Member Functions | |
String | getDevice_id () |
Get the device ID that represents a device. More... | |
String | getDevice_model () |
Get the device model. More... | |
String | getDevice_name () |
Get the device name. More... | |
String | getMac_address () |
Get the MAC address. More... | |
String | getOs () |
Get the operation system. More... | |
String | getProduct_language () |
Get the language of the product. More... | |
String | getProduct_name () |
Get the product name of a ConnectedPDF client. More... | |
String | getProduct_vendor () |
Get the vendor of the product. More... | |
String | getProduct_version () |
Get the version of the product. More... | |
void | setDevice_id (String value) |
Set the device ID that represents a device. More... | |
void | setDevice_model (String value) |
Set the device model. More... | |
void | setDevice_name (String value) |
Set the device name. More... | |
void | setMac_address (String value) |
Set the MAC address. More... | |
void | setOs (String value) |
Set the operation system. More... | |
void | setProduct_language (String value) |
Set the language of the product. More... | |
void | setProduct_name (String value) |
Set the product name of a ConnectedPDF client. More... | |
void | setProduct_vendor (String value) |
Set the vendor of the product. More... | |
void | setProduct_version (String value) |
Set the version of the product. More... | |
The client ID represents a ConnectedPDF client running on a device. The client should * apply for a client ID once, then cache it and reuse it.
com.foxit.sdk.addon.ConnectedPDF.ClientInfo.getDevice_id | ( | ) |
Get the device ID that represents a device.
com.foxit.sdk.addon.ConnectedPDF.ClientInfo.getDevice_model | ( | ) |
Get the device model.
com.foxit.sdk.addon.ConnectedPDF.ClientInfo.getDevice_name | ( | ) |
Get the device name.
com.foxit.sdk.addon.ConnectedPDF.ClientInfo.getMac_address | ( | ) |
Get the MAC address.
com.foxit.sdk.addon.ConnectedPDF.ClientInfo.getOs | ( | ) |
Get the operation system.
com.foxit.sdk.addon.ConnectedPDF.ClientInfo.getProduct_language | ( | ) |
Get the language of the product.
com.foxit.sdk.addon.ConnectedPDF.ClientInfo.getProduct_name | ( | ) |
Get the product name of a ConnectedPDF client.
com.foxit.sdk.addon.ConnectedPDF.ClientInfo.getProduct_vendor | ( | ) |
Get the vendor of the product.
com.foxit.sdk.addon.ConnectedPDF.ClientInfo.getProduct_version | ( | ) |
Get the version of the product.
com.foxit.sdk.addon.ConnectedPDF.ClientInfo.setDevice_id | ( | String | value | ) |
Set the device ID that represents a device.
[in] | value | The device ID that represents a device. |
com.foxit.sdk.addon.ConnectedPDF.ClientInfo.setDevice_model | ( | String | value | ) |
Set the device model.
[in] | value | The device model. |
com.foxit.sdk.addon.ConnectedPDF.ClientInfo.setDevice_name | ( | String | value | ) |
Set the device name.
[in] | value | The device name. |
com.foxit.sdk.addon.ConnectedPDF.ClientInfo.setMac_address | ( | String | value | ) |
Set the MAC address.
[in] | value | The MAC address. |
com.foxit.sdk.addon.ConnectedPDF.ClientInfo.setOs | ( | String | value | ) |
Set the operation system.
[in] | value | The operation system. |
com.foxit.sdk.addon.ConnectedPDF.ClientInfo.setProduct_language | ( | String | value | ) |
Set the language of the product.
[in] | value | The language of the product. |
com.foxit.sdk.addon.ConnectedPDF.ClientInfo.setProduct_name | ( | String | value | ) |
Set the product name of a ConnectedPDF client.
[in] | value | The product name of a ConnectedPDF client. |
com.foxit.sdk.addon.ConnectedPDF.ClientInfo.setProduct_vendor | ( | String | value | ) |
Set the vendor of the product.
[in] | value | The vendor of the product. |
com.foxit.sdk.addon.ConnectedPDF.ClientInfo.setProduct_version | ( | String | value | ) |
Set the version of the product.
[in] | value | The version of the product. |