Class DynatraceProperties.V1
java.lang.Object
org.springframework.boot.micrometer.metrics.autoconfigure.export.dynatrace.DynatraceProperties.V1
- Enclosing class:
DynatraceProperties
@Deprecated(since="4.1.0",
forRemoval=true)
public static class DynatraceProperties.V1
extends Object
Deprecated, for removal: This API element is subject to removal in a future version.
- Since:
- 4.0.0
-
Constructor Summary
ConstructorsConstructorDescriptionV1()Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescription@Nullable StringDeprecated, for removal: This API element is subject to removal in a future version.@Nullable StringgetGroup()Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.voidsetDeviceId(@Nullable String deviceId) Deprecated, for removal: This API element is subject to removal in a future version.voidDeprecated, for removal: This API element is subject to removal in a future version.voidsetTechnologyType(String technologyType) Deprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Details
-
V1
public V1()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
getDeviceId
@DeprecatedConfigurationProperty(reason="Dynatrace V1 API is deprecated, use the V2 API instead.", since="4.1.0") public @Nullable String getDeviceId()Deprecated, for removal: This API element is subject to removal in a future version. -
setDeviceId
Deprecated, for removal: This API element is subject to removal in a future version. -
getGroup
@DeprecatedConfigurationProperty(reason="Dynatrace V1 API is deprecated, use the V2 API instead.", since="4.1.0") public @Nullable String getGroup()Deprecated, for removal: This API element is subject to removal in a future version. -
setGroup
Deprecated, for removal: This API element is subject to removal in a future version. -
getTechnologyType
@DeprecatedConfigurationProperty(reason="Dynatrace V1 API is deprecated, use the V2 API instead.", since="4.1.0") public String getTechnologyType()Deprecated, for removal: This API element is subject to removal in a future version. -
setTechnologyType
Deprecated, for removal: This API element is subject to removal in a future version.
-