Package io.opentelemetry.sdk.common
Class AutoValue_InstrumentationLibraryInfo
java.lang.Object
io.opentelemetry.sdk.common.InstrumentationLibraryInfo
io.opentelemetry.sdk.common.AutoValue_InstrumentationLibraryInfo
@Immutable
@Deprecated
final class AutoValue_InstrumentationLibraryInfo
extends InstrumentationLibraryInfo
Deprecated.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionAutoValue_InstrumentationLibraryInfo
(String name, String version, String schemaUrl) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionboolean
Deprecated.getName()
Deprecated.Returns the name of the instrumentation library.Deprecated.Returns the URL of the schema used by this instrumentation library, ornull
if not available.Deprecated.Returns the version of the instrumentation library, ornull
if not available.int
hashCode()
Deprecated.toString()
Deprecated.Methods inherited from class io.opentelemetry.sdk.common.InstrumentationLibraryInfo
create, create, empty
-
Field Details
-
name
Deprecated. -
version
Deprecated. -
schemaUrl
Deprecated.
-
-
Constructor Details
-
Method Details
-
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
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
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
Deprecated. -
equals
Deprecated. -
hashCode
public int hashCode()Deprecated.
-