Package com.tableau.hyperapi
Class Endpoint
java.lang.Object
com.tableau.hyperapi.Endpoint
An endpoint.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the connection descriptor.Gets the user agent.
-
Constructor Details
-
Endpoint
Creates an endpoint.- Parameters:
connectionDescriptor
- A Tableau endpoint descriptor of the format "tab.protocol://address".userAgent
- A user agent string, which will be used in telemetry (if enabled) and logging.
-
-
Method Details
-
getConnectionDescriptor
Gets the connection descriptor.- Returns:
- The connection descriptor.
-
getUserAgent
Gets the user agent.- Returns:
- The user agent.
-