net.anotheria.moskito.central.storage.psql
Class PSQLStorageConfigIncludeExcludeEntry
java.lang.Object
net.anotheria.moskito.central.storage.psql.PSQLStorageConfigIncludeExcludeEntry
public class PSQLStorageConfigIncludeExcludeEntry
- extends Object
Part of the configuration of PSQLStorage for one producer/interval
combination.
- Author:
- dagafonov
PSQLStorageConfigIncludeExcludeEntry
public PSQLStorageConfigIncludeExcludeEntry()
getIncludedIntervals
public String getIncludedIntervals()
setIncludedIntervals
public void setIncludedIntervals(String includedIntervals)
getExcludedIntervals
public String getExcludedIntervals()
setExcludedIntervals
public void setExcludedIntervals(String excludedIntervals)
getIncludedProducers
public String getIncludedProducers()
setIncludedProducers
public void setIncludedProducers(String includedProducers)
getExcludedProducers
public String getExcludedProducers()
setExcludedProducers
public void setExcludedProducers(String excludedProducers)
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2010-2013 anotheria.net. All Rights Reserved.