Class PolicyCollection
- java.lang.Object
-
- org.opennms.netmgt.provision.persist.foreignsource.PolicyCollection
-
public class PolicyCollection extends java.lang.Object
PolicyCollection class.
- Version:
- $Id: $
- Author:
- ranger
-
-
Constructor Summary
Constructors Constructor Description PolicyCollection()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Integer
getCount()
getCountjava.util.List<PluginConfig>
getPolicies()
-
-
-
Method Detail
-
getPolicies
public java.util.List<PluginConfig> getPolicies()
-
getCount
public java.lang.Integer getCount()
getCount
- Returns:
- a
Integer
object.
-
-