UserAgentProperties Class
- java.
lang. Object - com.
azure. core. util. UserAgentProperties
- com.
public class UserAgentProperties
Class to hold the properties used in user agent strings.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
getName()
Returns the name of the client library. |
| String |
getVersion()
Returns the version of the client library. |
Methods inherited from java.lang.Object
Method Details
getName
public String getName()
Returns the name of the client library.
Returns:
getVersion
public String getVersion()
Returns the version of the client library.
Returns: