Class AutoValue_InstrumentationScopeInfo
java.lang.Object
io.opentelemetry.sdk.common.InstrumentationScopeInfo
io.opentelemetry.sdk.common.AutoValue_InstrumentationScopeInfo
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final Attributesprivate final Stringprivate final Stringprivate final String -
Constructor Summary
ConstructorsConstructorDescriptionAutoValue_InstrumentationScopeInfo(String name, String version, String schemaUrl, Attributes attributes) -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturns 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, ornullif not available.Returns the version of the instrumentation scope, ornullif not available.inthashCode()toString()
-
Field Details
-
name
-
version
-
schemaUrl
-
attributes
-
-
Constructor Details
-
AutoValue_InstrumentationScopeInfo
-
-
Method Details
-
getName
Description copied from class:InstrumentationScopeInfoReturns the name of the instrumentation scope.- Specified by:
getNamein classInstrumentationScopeInfo
-
getVersion
Description copied from class:InstrumentationScopeInfoReturns the version of the instrumentation scope, ornullif not available.- Specified by:
getVersionin classInstrumentationScopeInfo
-
getSchemaUrl
Description copied from class:InstrumentationScopeInfoReturns the URL of the schema used by this instrumentation scope, ornullif not available.- Specified by:
getSchemaUrlin classInstrumentationScopeInfo
-
getAttributes
Description copied from class:InstrumentationScopeInfoReturns the attributes of this instrumentation scope.- Specified by:
getAttributesin classInstrumentationScopeInfo
-
toString
-
equals
-
hashCode
-