com.foxit.sdk.addon.ConnectedPDF.ClientInfo Class Reference

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...
 

Detailed Description

  • This class represents the client information which is used to apply for a client ID from ConnectedPDF server. * *


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.

Member Function Documentation

◆ getDevice_id()

com.foxit.sdk.addon.ConnectedPDF.ClientInfo.getDevice_id ( )

Get the device ID that represents a device.

Returns
The device ID that represents a device.

◆ getDevice_model()

com.foxit.sdk.addon.ConnectedPDF.ClientInfo.getDevice_model ( )

Get the device model.

Returns
The device model.

◆ getDevice_name()

com.foxit.sdk.addon.ConnectedPDF.ClientInfo.getDevice_name ( )

Get the device name.

Returns
The device name.

◆ getMac_address()

com.foxit.sdk.addon.ConnectedPDF.ClientInfo.getMac_address ( )

Get the MAC address.

Returns
The MAC address.

◆ getOs()

com.foxit.sdk.addon.ConnectedPDF.ClientInfo.getOs ( )

Get the operation system.

Returns
The operation system.

◆ getProduct_language()

com.foxit.sdk.addon.ConnectedPDF.ClientInfo.getProduct_language ( )

Get the language of the product.

Returns
The language of the product.

◆ getProduct_name()

com.foxit.sdk.addon.ConnectedPDF.ClientInfo.getProduct_name ( )

Get the product name of a ConnectedPDF client.

Returns
The product name of a ConnectedPDF client.

◆ getProduct_vendor()

com.foxit.sdk.addon.ConnectedPDF.ClientInfo.getProduct_vendor ( )

Get the vendor of the product.

Returns
The vendor of the product.

◆ getProduct_version()

com.foxit.sdk.addon.ConnectedPDF.ClientInfo.getProduct_version ( )

Get the version of the product.

Returns
The version of the product.

◆ setDevice_id()

com.foxit.sdk.addon.ConnectedPDF.ClientInfo.setDevice_id ( String  value)

Set the device ID that represents a device.

Parameters
[in]valueThe device ID that represents a device.
Returns
None.

◆ setDevice_model()

com.foxit.sdk.addon.ConnectedPDF.ClientInfo.setDevice_model ( String  value)

Set the device model.

Parameters
[in]valueThe device model.
Returns
None.

◆ setDevice_name()

com.foxit.sdk.addon.ConnectedPDF.ClientInfo.setDevice_name ( String  value)

Set the device name.

Parameters
[in]valueThe device name.
Returns
None.

◆ setMac_address()

com.foxit.sdk.addon.ConnectedPDF.ClientInfo.setMac_address ( String  value)

Set the MAC address.

Parameters
[in]valueThe MAC address.
Returns
None.

◆ setOs()

com.foxit.sdk.addon.ConnectedPDF.ClientInfo.setOs ( String  value)

Set the operation system.

Parameters
[in]valueThe operation system.
Returns
None.

◆ setProduct_language()

com.foxit.sdk.addon.ConnectedPDF.ClientInfo.setProduct_language ( String  value)

Set the language of the product.

Parameters
[in]valueThe language of the product.
Returns
None.

◆ setProduct_name()

com.foxit.sdk.addon.ConnectedPDF.ClientInfo.setProduct_name ( String  value)

Set the product name of a ConnectedPDF client.

Parameters
[in]valueThe product name of a ConnectedPDF client.
Returns
None.

◆ setProduct_vendor()

com.foxit.sdk.addon.ConnectedPDF.ClientInfo.setProduct_vendor ( String  value)

Set the vendor of the product.

Parameters
[in]valueThe vendor of the product.
Returns
None.

◆ setProduct_version()

com.foxit.sdk.addon.ConnectedPDF.ClientInfo.setProduct_version ( String  value)

Set the version of the product.

Parameters
[in]valueThe version of the product.
Returns
None.