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 TypeMethodDescriptionbooleanDeprecated.getName()Deprecated.Returns the name of the instrumentation library.Deprecated.Returns the URL of the schema used by this instrumentation library, ornullif not available.Deprecated.Returns the version of the instrumentation library, ornullif not available.inthashCode()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:InstrumentationLibraryInfoReturns the name of the instrumentation library.- Specified by:
getNamein classInstrumentationLibraryInfo- Returns:
- the name of the instrumentation library.
-
getVersion
Deprecated.Description copied from class:InstrumentationLibraryInfoReturns the version of the instrumentation library, ornullif not available.- Specified by:
getVersionin classInstrumentationLibraryInfo- Returns:
- the version of the instrumentation library, or
nullif not available.
-
getSchemaUrl
Deprecated.Description copied from class:InstrumentationLibraryInfoReturns the URL of the schema used by this instrumentation library, ornullif not available.- Specified by:
getSchemaUrlin classInstrumentationLibraryInfo- Returns:
- the URL of the schema used by this instrumentation library, or
nullif not available.
-
toString
Deprecated. -
equals
Deprecated. -
hashCode
public int hashCode()Deprecated.
-