public class Interceptor
extends java.lang.Object
| Modifier and Type | Field and Description | 
|---|---|
| protected java.lang.String | callByValue | 
| protected java.util.List<java.lang.Object> | content | 
| protected java.lang.String | metricsEnabled | 
| protected java.lang.String | transaction | 
| Constructor and Description | 
|---|
| Interceptor() | 
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.String | getCallByValue()Gets the value of the callByValue property. | 
| java.util.List<java.lang.Object> | getContent()Gets the value of the content property. | 
| java.lang.String | getMetricsEnabled()Gets the value of the metricsEnabled property. | 
| java.lang.String | getTransaction()Gets the value of the transaction property. | 
| void | setCallByValue(java.lang.String value)Sets the value of the callByValue property. | 
| void | setMetricsEnabled(java.lang.String value)Sets the value of the metricsEnabled property. | 
| void | setTransaction(java.lang.String value)Sets the value of the transaction property. | 
protected java.lang.String transaction
protected java.lang.String metricsEnabled
protected java.lang.String callByValue
protected java.util.List<java.lang.Object> content
public java.lang.String getTransaction()
Stringpublic void setTransaction(java.lang.String value)
value - allowed object is
              Stringpublic java.lang.String getMetricsEnabled()
Stringpublic void setMetricsEnabled(java.lang.String value)
value - allowed object is
              Stringpublic java.lang.String getCallByValue()
Stringpublic void setCallByValue(java.lang.String value)
value - allowed object is
              Stringpublic java.util.List<java.lang.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
 String