Uses of Class
com.oracle.bmc.apmtraces.model.AttributeMetadata
-
Packages that use AttributeMetadata Package Description com.oracle.bmc.apmtraces.model -
-
Uses of AttributeMetadata in com.oracle.bmc.apmtraces.model
Methods in com.oracle.bmc.apmtraces.model that return AttributeMetadata Modifier and Type Method Description AttributeMetadata
AttributeMetadata.Builder. build()
Methods in com.oracle.bmc.apmtraces.model that return types with arguments of type AttributeMetadata Modifier and Type Method Description Map<String,AttributeMetadata>
Log. getAttributeMetadata()
Metadata about the attributes in the logs.Methods in com.oracle.bmc.apmtraces.model with parameters of type AttributeMetadata Modifier and Type Method Description AttributeMetadata.Builder
AttributeMetadata.Builder. copy(AttributeMetadata model)
Method parameters in com.oracle.bmc.apmtraces.model with type arguments of type AttributeMetadata Modifier and Type Method Description Log.Builder
Log.Builder. attributeMetadata(Map<String,AttributeMetadata> attributeMetadata)
Metadata about the attributes in the logs.Constructor parameters in com.oracle.bmc.apmtraces.model with type arguments of type AttributeMetadata Constructor Description Log(String logKey, String eventName, Date timestamp, String traceKey, String spanKey, Integer traceFlags, Date timeCreated, Date timeObserved, String severityText, Integer severityNumber, String body, String overflowAttributes, List<Attribute> attributes, Map<String,AttributeMetadata> attributeMetadata)
Deprecated.
-