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

    Constructors
    Constructor
    Description
    V1()
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    @Nullable String
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    @Nullable String
    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.
     
    void
    setDeviceId(@Nullable String deviceId)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    setGroup(@Nullable String group)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    setTechnologyType(String technologyType)
    Deprecated, for removal: This API element is subject to removal in a future version.
     

    Methods inherited from class Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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

      public void setDeviceId(@Nullable String deviceId)
      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

      public void setGroup(@Nullable String group)
      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

      public void setTechnologyType(String technologyType)
      Deprecated, for removal: This API element is subject to removal in a future version.