public class BaggageConfig extends Object implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
BaggageConfig.Correlation |
| Constructor and Description |
|---|
BaggageConfig() |
| Modifier and Type | Method and Description |
|---|---|
BaggageConfig.Correlation |
getCorrelation() |
Boolean |
getEnabled() |
List<String> |
getRemoteFields() |
void |
setCorrelation(BaggageConfig.Correlation correlation) |
void |
setEnabled(Boolean enabled) |
void |
setRemoteFields(List<String> remoteFields) |
public Boolean getEnabled()
public void setEnabled(Boolean enabled)
public BaggageConfig.Correlation getCorrelation()
public void setCorrelation(BaggageConfig.Correlation correlation)
Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.