Package io.opentelemetry.sdk.common
Class AutoValue_InstrumentationScopeInfo
java.lang.Object
io.opentelemetry.sdk.common.InstrumentationScopeInfo
io.opentelemetry.sdk.common.AutoValue_InstrumentationScopeInfo
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final Attributes
private final String
private final String
private final String
-
Constructor Summary
ConstructorsConstructorDescriptionAutoValue_InstrumentationScopeInfo
(String name, String version, String schemaUrl, Attributes attributes) -
Method Summary
Modifier and TypeMethodDescriptionboolean
Returns the attributes of this instrumentation scope.getName()
Returns the name of the instrumentation scope.Returns the URL of the schema used by this instrumentation scope, ornull
if not available.Returns the version of the instrumentation scope, ornull
if not available.int
hashCode()
toString()
-
Field Details
-
name
-
version
-
schemaUrl
-
attributes
-
-
Constructor Details
-
AutoValue_InstrumentationScopeInfo
-
-
Method Details
-
getName
Description copied from class:InstrumentationScopeInfo
Returns the name of the instrumentation scope.- Specified by:
getName
in classInstrumentationScopeInfo
-
getVersion
Description copied from class:InstrumentationScopeInfo
Returns the version of the instrumentation scope, ornull
if not available.- Specified by:
getVersion
in classInstrumentationScopeInfo
-
getSchemaUrl
Description copied from class:InstrumentationScopeInfo
Returns the URL of the schema used by this instrumentation scope, ornull
if not available.- Specified by:
getSchemaUrl
in classInstrumentationScopeInfo
-
getAttributes
Description copied from class:InstrumentationScopeInfo
Returns the attributes of this instrumentation scope.- Specified by:
getAttributes
in classInstrumentationScopeInfo
-
toString
-
equals
-
hashCode
public int hashCode()
-