54 строки
3.5 KiB
YAML
54 строки
3.5 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.microsoft.azure.sdk.iot.device.ProductInfo"
|
|
fullName: "com.microsoft.azure.sdk.iot.device.ProductInfo"
|
|
name: "ProductInfo"
|
|
nameWithType: "ProductInfo"
|
|
summary: "Represents the complete user agent string to be included in all D2C communication."
|
|
inheritances:
|
|
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
inheritedClassMethods:
|
|
- classRef: "<xref href=\"java.lang.Object?alt=java.lang.Object&text=Object\" data-throw-if-not-resolved=\"False\" />"
|
|
methodsRef:
|
|
- "<xref href=\"java.lang.Object.clone()?alt=java.lang.Object.clone&text=clone\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.equals(java.lang.Object)?alt=java.lang.Object.equals&text=equals\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.finalize()?alt=java.lang.Object.finalize&text=finalize\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.getClass()?alt=java.lang.Object.getClass&text=getClass\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.hashCode()?alt=java.lang.Object.hashCode&text=hashCode\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.notify()?alt=java.lang.Object.notify&text=notify\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.notifyAll()?alt=java.lang.Object.notifyAll&text=notifyAll\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.toString()?alt=java.lang.Object.toString&text=toString\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.wait()?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.wait(long)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.wait(long,int)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public class **ProductInfo**"
|
|
constructors:
|
|
- uid: "com.microsoft.azure.sdk.iot.device.ProductInfo.ProductInfo()"
|
|
fullName: "com.microsoft.azure.sdk.iot.device.ProductInfo.ProductInfo()"
|
|
name: "ProductInfo()"
|
|
nameWithType: "ProductInfo.ProductInfo()"
|
|
syntax: "public ProductInfo()"
|
|
methods:
|
|
- uid: "com.microsoft.azure.sdk.iot.device.ProductInfo.getUserAgentString()"
|
|
fullName: "com.microsoft.azure.sdk.iot.device.ProductInfo.getUserAgentString()"
|
|
name: "getUserAgentString()"
|
|
nameWithType: "ProductInfo.getUserAgentString()"
|
|
syntax: "public String getUserAgentString()"
|
|
returns:
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.sdk.iot.device.ProductInfo.setExtra(java.lang.String)"
|
|
fullName: "com.microsoft.azure.sdk.iot.device.ProductInfo.setExtra(String extra)"
|
|
name: "setExtra(String extra)"
|
|
nameWithType: "ProductInfo.setExtra(String extra)"
|
|
summary: "Sets the extra text to be included in the user agent string"
|
|
parameters:
|
|
- description: "the extra text to be included in the user agent string"
|
|
name: "extra"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public void setExtra(String extra)"
|
|
desc: "Sets the extra text to be included in the user agent string"
|
|
type: "class"
|
|
desc: "Represents the complete user agent string to be included in all D2C communication."
|
|
metadata: {}
|
|
package: "com.microsoft.azure.sdk.iot.device"
|
|
artifact: com.microsoft.azure.sdk.iot:iot-device-client:1.30.1
|