public class Instrumentation extends Object
| Constructor and Description |
|---|
Instrumentation() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
List<InstrumentRule> |
getRules() |
void |
setDescription(String description) |
void |
setRules(List<InstrumentRule> rules) |
public String getDescription()
public void setDescription(String description)
description - the description to setpublic List<InstrumentRule> getRules()
public void setRules(List<InstrumentRule> rules)
rules - the rules to setCopyright © 2015 Red Hat, Inc.. All rights reserved.