azure-docs-sdk-java/docs-ref-autogen/com.azure.core.util.UserAge...

50 строки
2.8 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.core.util.UserAgentProperties"
fullName: "com.azure.core.util.UserAgentProperties"
name: "UserAgentProperties"
nameWithType: "UserAgentProperties"
summary: "Class to hold the properties used in user agent strings."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
methodsRef:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
syntax: "public class **UserAgentProperties**"
methods:
- uid: "com.azure.core.util.UserAgentProperties.getName()"
fullName: "com.azure.core.util.UserAgentProperties.getName()"
name: "getName()"
nameWithType: "UserAgentProperties.getName()"
summary: "Returns the name of the client library."
syntax: "public String getName()"
desc: "Returns the name of the client library."
returns:
description: "the name of the client library."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.core.util.UserAgentProperties.getVersion()"
fullName: "com.azure.core.util.UserAgentProperties.getVersion()"
name: "getVersion()"
nameWithType: "UserAgentProperties.getVersion()"
summary: "Returns the version of the client library."
syntax: "public String getVersion()"
desc: "Returns the version of the client library."
returns:
description: "the version of the client library."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
type: "class"
desc: "Class to hold the properties used in user agent strings."
metadata: {}
package: "com.azure.core.util"
artifact: com.azure:azure-core:1.52.0