Class FrontendLogContext
- java.lang.Object
-
- com.databricks.jdbc.model.telemetry.FrontendLogContext
-
public class FrontendLogContext extends Object
-
-
Constructor Summary
Constructors Constructor Description FrontendLogContext()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TelemetryClientContextgetClientContext()FrontendLogContextsetClientContext(TelemetryClientContext clientContext)StringtoString()
-
-
-
Method Detail
-
getClientContext
public TelemetryClientContext getClientContext()
-
setClientContext
public FrontendLogContext setClientContext(TelemetryClientContext clientContext)
-
-