public class BusinessTxnConfig extends Object
| Constructor and Description |
|---|
BusinessTxnConfig() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
Filter |
getFilter() |
long |
getLastUpdated() |
ReportingLevel |
getLevel() |
List<Processor> |
getProcessors() |
boolean |
isDeleted() |
void |
setDeleted(boolean deleted) |
void |
setDescription(String description) |
void |
setFilter(Filter filter) |
void |
setLastUpdated(long lastUpdated) |
void |
setLevel(ReportingLevel level) |
void |
setProcessors(List<Processor> processors) |
String |
toString() |
public ReportingLevel getLevel()
public void setLevel(ReportingLevel level)
level - the level to setpublic String getDescription()
public void setDescription(String description)
description - the description to setpublic Filter getFilter()
public void setFilter(Filter filter)
filter - the filter to setpublic void setProcessors(List<Processor> processors)
processors - the processors to setpublic long getLastUpdated()
public void setLastUpdated(long lastUpdated)
lastUpdated - the lastUpdated to setpublic boolean isDeleted()
public void setDeleted(boolean deleted)
deleted - the deleted to setCopyright © 2015 Red Hat, Inc.. All rights reserved.