Package io.opentelemetry.sdk.common
Class AutoValue_InstrumentationLibraryInfo
- java.lang.Object
-
- io.opentelemetry.sdk.common.InstrumentationLibraryInfo
-
- io.opentelemetry.sdk.common.AutoValue_InstrumentationLibraryInfo
-
@Immutable @Deprecated @Generated("com.google.auto.value.processor.AutoValueProcessor") final class AutoValue_InstrumentationLibraryInfo extends InstrumentationLibraryInfo
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, ornull
if not available.java.lang.String
getVersion()
Deprecated.Returns the version of the instrumentation library, ornull
if not available.int
hashCode()
Deprecated.java.lang.String
toString()
Deprecated.-
Methods inherited from class io.opentelemetry.sdk.common.InstrumentationLibraryInfo
create, create, empty
-
-
-
-
Method Detail
-
getName
public java.lang.String getName()
Deprecated.Description copied from class:InstrumentationLibraryInfo
Returns the name of the instrumentation library.- Specified by:
getName
in classInstrumentationLibraryInfo
- Returns:
- the name of the instrumentation library.
-
getVersion
@Nullable public java.lang.String getVersion()
Deprecated.Description copied from class:InstrumentationLibraryInfo
Returns the version of the instrumentation library, ornull
if not available.- Specified by:
getVersion
in classInstrumentationLibraryInfo
- 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, ornull
if not available.- Specified by:
getSchemaUrl
in classInstrumentationLibraryInfo
- 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 classjava.lang.Object
-
equals
public boolean equals(java.lang.Object o)
Deprecated.- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
Deprecated.- Overrides:
hashCode
in classjava.lang.Object
-
-