Package com.oracle.bmc.apmtraces.model
Class SpanLog.Builder
- java.lang.Object
- 
- com.oracle.bmc.apmtraces.model.SpanLog.Builder
 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description SpanLogbuild()SpanLog.Buildercopy(SpanLog model)SpanLog.BuilderlogKey(String logKey)Key that specifies the log name.SpanLog.BuilderlogValue(String logValue)Value associated with the log key.
 
- 
- 
- 
Method Detail- 
logKeypublic SpanLog.Builder logKey(String logKey) Key that specifies the log name.- Parameters:
- logKey- the value to set
- Returns:
- this builder
 
 - 
logValuepublic SpanLog.Builder logValue(String logValue) Value associated with the log key.- Parameters:
- logValue- the value to set
- Returns:
- this builder
 
 - 
buildpublic SpanLog build() 
 - 
copypublic SpanLog.Builder copy(SpanLog model) 
 
- 
 
-