public class ParameterAttributeName
extends java.lang.Object
NewRelic.addCustomParameter(String, Number),
NewRelic.addCustomParameter(String, String)| Constructor and Description |
|---|
ParameterAttributeName(int index,
java.lang.String attributeName,
MethodMatcher methodMatcher) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAttributeName() |
int |
getIndex() |
MethodMatcher |
getMethodMatcher() |
java.lang.String |
toString() |
public ParameterAttributeName(int index,
java.lang.String attributeName,
MethodMatcher methodMatcher)
public java.lang.String getAttributeName()
public int getIndex()
public MethodMatcher getMethodMatcher()
public java.lang.String toString()
toString in class java.lang.Object