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 InstrumentationLibraryInfoDeprecated.
-
-
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 booleanequals(java.lang.Object o)Deprecated.java.lang.StringgetName()Deprecated.Returns the name of the instrumentation library.java.lang.StringgetSchemaUrl()Deprecated.Returns the URL of the schema used by this instrumentation library, ornullif not available.java.lang.StringgetVersion()Deprecated.Returns the version of the instrumentation library, ornullif not available.inthashCode()Deprecated.java.lang.StringtoString()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:InstrumentationLibraryInfoReturns the name of the instrumentation library.- Specified by:
getNamein classInstrumentationLibraryInfo- Returns:
- the name of the instrumentation library.
-
getVersion
@Nullable public java.lang.String 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
@Nullable public java.lang.String 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
public java.lang.String toString()
Deprecated.- Overrides:
toStringin classjava.lang.Object
-
equals
public boolean equals(java.lang.Object o)
Deprecated.- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
Deprecated.- Overrides:
hashCodein classjava.lang.Object
-
-