Uses of Class
com.oracle.bmc.apmtraces.model.Attribute
-
Packages that use Attribute Package Description com.oracle.bmc.apmtraces.model -
-
Uses of Attribute in com.oracle.bmc.apmtraces.model
Methods in com.oracle.bmc.apmtraces.model that return Attribute Modifier and Type Method Description Attribute
Attribute.Builder. build()
Methods in com.oracle.bmc.apmtraces.model that return types with arguments of type Attribute Modifier and Type Method Description List<Attribute>
Log. getAttributes()
List of attributes associated with the logs.Methods in com.oracle.bmc.apmtraces.model with parameters of type Attribute Modifier and Type Method Description Attribute.Builder
Attribute.Builder. copy(Attribute model)
Method parameters in com.oracle.bmc.apmtraces.model with type arguments of type Attribute Modifier and Type Method Description Log.Builder
Log.Builder. attributes(List<Attribute> attributes)
List of attributes associated with the logs.Constructor parameters in com.oracle.bmc.apmtraces.model with type arguments of type Attribute 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.
-