public class SnmpInterfacePollerConfiguration extends Object implements Serializable
Constructor and Description |
---|
SnmpInterfacePollerConfiguration() |
Modifier and Type | Method and Description |
---|---|
void |
addPackage(int index,
Package vPackage) |
void |
addPackage(Package vPackage) |
void |
deleteInterval() |
void |
deleteThreads() |
Enumeration<Package> |
enumeratePackage()
Method enumeratePackage.
|
boolean |
equals(Object obj)
Overrides the Object.equals method.
|
Long |
getInterval()
Returns the value of field 'interval'.
|
NodeOutage |
getNodeOutage()
Returns the value of field 'nodeOutage'.
|
Package[] |
getPackage()
Method getPackage.Returns the contents of the collection in an Array.
|
Package |
getPackage(int index)
Method getPackage.
|
List<Package> |
getPackageCollection()
Method getPackageCollection.Returns a reference to '_packageList'.
|
int |
getPackageCount()
Method getPackageCount.
|
String |
getService()
Returns the value of field 'service'.
|
String |
getSuppressAdminDownEvent()
Returns the value of field 'suppressAdminDownEvent'.
|
Integer |
getThreads()
Returns the value of field 'threads'.
|
String |
getUseCriteriaFilters()
Returns the value of field 'useCriteriaFilters'.
|
int |
hashCode()
Method hashCode.
|
boolean |
hasInterval()
Method hasInterval.
|
boolean |
hasThreads()
Method hasThreads.
|
Iterator<Package> |
iteratePackage()
Method iteratePackage.
|
void |
removeAllPackage() |
boolean |
removePackage(Package vPackage)
Method removePackage.
|
Package |
removePackageAt(int index)
Method removePackageAt.
|
void |
setInterval(Long interval)
Sets the value of field 'interval'.
|
void |
setNodeOutage(NodeOutage nodeOutage)
Sets the value of field 'nodeOutage'.
|
void |
setPackage(int index,
Package vPackage) |
void |
setPackage(List<Package> vPackageList)
Sets the value of '_packageList' by copying the given Vector.
|
void |
setPackage(Package[] vPackageArray) |
void |
setPackageCollection(List<Package> _packageList)
Deprecated.
|
void |
setService(String service)
Sets the value of field 'service'.
|
void |
setSuppressAdminDownEvent(String suppressAdminDownEvent)
Sets the value of field 'suppressAdminDownEvent'.
|
void |
setThreads(Integer threads)
Sets the value of field 'threads'.
|
void |
setUseCriteriaFilters(String useCriteriaFilters)
Sets the value of field 'useCriteriaFilters'.
|
public void addPackage(Package vPackage) throws IndexOutOfBoundsException
vPackage
- IndexOutOfBoundsException
- if the index given is outside
the bounds of the collectionpublic void addPackage(int index, Package vPackage) throws IndexOutOfBoundsException
index
- vPackage
- IndexOutOfBoundsException
- if the index given is outside
the bounds of the collectionpublic void deleteInterval()
public void deleteThreads()
public Enumeration<Package> enumeratePackage()
public boolean equals(Object obj)
public Long getInterval()
public NodeOutage getNodeOutage()
public Package getPackage(int index) throws IndexOutOfBoundsException
index
- IndexOutOfBoundsException
- if the index given is outside
the bounds of the collectionpublic Package[] getPackage()
Note: Just in case the collection contents are changing in another thread, we pass a 0-length Array of the correct type into the API call. This way we know that the Array returned is of exactly the correct length.
public List<Package> getPackageCollection()
public int getPackageCount()
public String getService()
public String getSuppressAdminDownEvent()
public Integer getThreads()
public String getUseCriteriaFilters()
public boolean hasInterval()
public boolean hasThreads()
public int hashCode()
public Iterator<Package> iteratePackage()
public void removeAllPackage()
public boolean removePackage(Package vPackage)
vPackage
- public Package removePackageAt(int index)
index
- public void setInterval(Long interval)
interval
- the value of field 'interval'.public void setNodeOutage(NodeOutage nodeOutage)
nodeOutage
- the value of field 'nodeOutage'.public void setPackage(int index, Package vPackage) throws IndexOutOfBoundsException
index
- vPackage
- IndexOutOfBoundsException
- if the index given is outside
the bounds of the collectionpublic void setPackage(Package[] vPackageArray)
vPackageArray
- public void setPackage(List<Package> vPackageList)
vPackageList
- the Vector to copy.public void setPackageCollection(List<Package> _packageList)
_packageList
- the Vector to set.public void setService(String service)
service
- the value of field 'service'.public void setSuppressAdminDownEvent(String suppressAdminDownEvent)
suppressAdminDownEvent
- the value of field 'suppressAdminDownEvent'.public void setThreads(Integer threads)
threads
- the value of field 'threads'.public void setUseCriteriaFilters(String useCriteriaFilters)
useCriteriaFilters
- the value of field 'useCriteriaFilters'.Copyright © 2017. All rights reserved.