public class TransactionInfo extends Object
| Constructor and Description |
|---|
TransactionInfo() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
long |
getCount() |
ReportingLevel |
getLevel() |
String |
getName() |
int |
hashCode() |
boolean |
isStaticConfig() |
TransactionInfo |
setCount(long count) |
TransactionInfo |
setLevel(ReportingLevel level) |
TransactionInfo |
setName(String name) |
TransactionInfo |
setStaticConfig(boolean staticConfig) |
String |
toString() |
public String getName()
public TransactionInfo setName(String name)
name - the name to setpublic long getCount()
public TransactionInfo setCount(long count)
count - the count to setpublic ReportingLevel getLevel()
public TransactionInfo setLevel(ReportingLevel level)
level - the level to setpublic boolean isStaticConfig()
public TransactionInfo setStaticConfig(boolean staticConfig)
staticConfig - the staticConfig to setCopyright © 2015–2016 Red Hat, Inc.. All rights reserved.