public class Interceptor extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
callByValue |
protected List<Object> |
content |
protected String |
metricsEnabled |
protected String |
transaction |
| Constructor and Description |
|---|
Interceptor() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCallByValue()
Gets the value of the callByValue property.
|
List<Object> |
getContent()
Gets the value of the content property.
|
String |
getMetricsEnabled()
Gets the value of the metricsEnabled property.
|
String |
getTransaction()
Gets the value of the transaction property.
|
void |
setCallByValue(String value)
Sets the value of the callByValue property.
|
void |
setMetricsEnabled(String value)
Sets the value of the metricsEnabled property.
|
void |
setTransaction(String value)
Sets the value of the transaction property.
|
protected String transaction
protected String metricsEnabled
protected String callByValue
public String getTransaction()
Stringpublic void setTransaction(String value)
value - allowed object is
Stringpublic String getMetricsEnabled()
Stringpublic void setMetricsEnabled(String value)
value - allowed object is
Stringpublic String getCallByValue()
Stringpublic void setCallByValue(String value)
value - allowed object is
Stringpublic List<Object> getContent()
set method for the content property.
For example, to add a new item, do as follows:
getContent().add(newItem);
Objects of the following type(s) are allowed in the list
Element
StringCopyright © 1999–2021 The Apache Software Foundation. All rights reserved.