Class AutoValue_InstrumentationLibraryInfo


  • @Immutable
    @Deprecated
    @Generated("com.google.auto.value.processor.AutoValueProcessor")
    final class AutoValue_InstrumentationLibraryInfo
    extends InstrumentationLibraryInfo
    Deprecated.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.String name
      Deprecated.
       
      private java.lang.String schemaUrl
      Deprecated.
       
      private java.lang.String version
      Deprecated.
       
    • Constructor Summary

      Constructors 
      Constructor Description
      AutoValue_InstrumentationLibraryInfo​(java.lang.String name, java.lang.String version, java.lang.String schemaUrl)
      Deprecated.
       
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object o)
      Deprecated.
       
      java.lang.String getName()
      Deprecated.
      Returns the name of the instrumentation library.
      java.lang.String getSchemaUrl()
      Deprecated.
      Returns the URL of the schema used by this instrumentation library, or null if not available.
      java.lang.String getVersion()
      Deprecated.
      Returns the version of the instrumentation library, or null if not available.
      int hashCode()
      Deprecated.
       
      java.lang.String toString()
      Deprecated.
       
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Field Detail

      • name

        private final java.lang.String name
        Deprecated.
      • version

        private final java.lang.String version
        Deprecated.
      • schemaUrl

        private final java.lang.String schemaUrl
        Deprecated.
    • Constructor Detail

      • AutoValue_InstrumentationLibraryInfo

        AutoValue_InstrumentationLibraryInfo​(java.lang.String name,
                                             @Nullable
                                             java.lang.String version,
                                             @Nullable
                                             java.lang.String schemaUrl)
        Deprecated.
    • Method Detail

      • getVersion

        @Nullable
        public java.lang.String getVersion()
        Deprecated.
        Description copied from class: InstrumentationLibraryInfo
        Returns the version of the instrumentation library, or null if not available.
        Specified by:
        getVersion in class InstrumentationLibraryInfo
        Returns:
        the version of the instrumentation library, or null if not available.
      • getSchemaUrl

        @Nullable
        public java.lang.String getSchemaUrl()
        Deprecated.
        Description copied from class: InstrumentationLibraryInfo
        Returns the URL of the schema used by this instrumentation library, or null if not available.
        Specified by:
        getSchemaUrl in class InstrumentationLibraryInfo
        Returns:
        the URL of the schema used by this instrumentation library, or null if not available.
      • toString

        public java.lang.String toString()
        Deprecated.
        Overrides:
        toString in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object o)
        Deprecated.
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Deprecated.
        Overrides:
        hashCode in class java.lang.Object