ProductInfo Class
Definition
- java.lang.Object
- com.microsoft.azure.sdk.iot.device.ProductInfo
Represents the complete user agent string to be included in all D2C communication.
public class ProductInfo
Constructors
| ProductInfo() |
Methods
| getUserAgentString() | |
| setExtra(String extra) |
Sets the extra text to be included in the user agent string |
Inherited Members
java.lang.Object.clone()
java.lang.Object.equals(java.lang.Object)
java.lang.Object.finalize()
java.lang.Object.getClass()
java.lang.Object.hashCode()
java.lang.Object.notify()
java.lang.Object.notifyAll()
java.lang.Object.toString()
java.lang.Object.wait()
java.lang.Object.wait(long)
java.lang.Object.wait(long,int)