public class TelemetryEventData extends Object
| Constructor and Description |
|---|
TelemetryEventData(String eventName,
Map<String,String> properties,
String instrumentationKey) |
| Modifier and Type | Method and Description |
|---|---|
com.microsoft.azure.spring.cloud.autoconfigure.telemetry.TelemetryEventData.EventData |
getData() |
String |
getInstrumentationKey() |
String |
getName() |
com.microsoft.azure.spring.cloud.autoconfigure.telemetry.TelemetryEventData.Tags |
getTags() |
String |
getTime() |
public String getName()
public String getInstrumentationKey()
public com.microsoft.azure.spring.cloud.autoconfigure.telemetry.TelemetryEventData.Tags getTags()
public com.microsoft.azure.spring.cloud.autoconfigure.telemetry.TelemetryEventData.EventData getData()
public String getTime()
Copyright © 2019 Microsoft. All rights reserved.