public class OnmsSnmpInterfaceList extends LinkedList<OnmsSnmpInterface>
OnmsSnmpInterfaceList class.
modCount
Constructor and Description |
---|
OnmsSnmpInterfaceList()
Constructor for OnmsSnmpInterfaceList.
|
OnmsSnmpInterfaceList(Collection<? extends OnmsSnmpInterface> c)
Constructor for OnmsSnmpInterfaceList.
|
Modifier and Type | Method and Description |
---|---|
Integer |
getCount()
getCount
|
List<OnmsSnmpInterface> |
getInterfaces()
getInterfaces
|
int |
getTotalCount()
getTotalCount
|
void |
setInterfaces(List<OnmsSnmpInterface> interfaces)
setInterfaces
|
void |
setTotalCount(int count)
setTotalCount
|
add, add, addAll, addAll, addFirst, addLast, clear, clone, contains, descendingIterator, element, get, getFirst, getLast, indexOf, lastIndexOf, listIterator, offer, offerFirst, offerLast, peek, peekFirst, peekLast, poll, pollFirst, pollLast, pop, push, remove, remove, remove, removeFirst, removeFirstOccurrence, removeLast, removeLastOccurrence, set, size, toArray, toArray
iterator
equals, hashCode, listIterator, removeRange, subList
containsAll, isEmpty, removeAll, retainAll, toString
finalize, getClass, notify, notifyAll, wait, wait, wait
containsAll, equals, hashCode, isEmpty, iterator, listIterator, removeAll, retainAll, subList
public OnmsSnmpInterfaceList()
Constructor for OnmsSnmpInterfaceList.
public OnmsSnmpInterfaceList(Collection<? extends OnmsSnmpInterface> c)
Constructor for OnmsSnmpInterfaceList.
c
- a Collection
object.public List<OnmsSnmpInterface> getInterfaces()
getInterfaces
List
object.public int getTotalCount()
getTotalCount
public void setTotalCount(int count)
setTotalCount
count
- a int.public void setInterfaces(List<OnmsSnmpInterface> interfaces)
setInterfaces
interfaces
- a List
object.Copyright © 2015. All Rights Reserved.