public static class NCSRestService.ComponentList extends LinkedList<NCSComponent>
modCount
Constructor and Description |
---|
NCSRestService.ComponentList()
Constructor for OnmsNodeList.
|
NCSRestService.ComponentList(Collection<? extends NCSComponent> c)
Constructor for OnmsNodeList.
|
Modifier and Type | Method and Description |
---|---|
List<NCSComponent> |
getComponents()
getNodes
|
int |
getCount()
getCount
|
int |
getTotalCount()
getTotalCount
|
void |
setComponents(List<NCSComponent> components)
setNodes
|
void |
setCount(int count) |
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 NCSRestService.ComponentList()
Constructor for OnmsNodeList.
public NCSRestService.ComponentList(Collection<? extends NCSComponent> c)
Constructor for OnmsNodeList.
c
- a Collection
object.public List<NCSComponent> getComponents()
getNodes
List
object.public void setComponents(List<NCSComponent> components)
setNodes
components
- a List
object.public int getCount()
getCount
Integer
object.public void setCount(int count)
public int getTotalCount()
getTotalCount
public void setTotalCount(int count)
setTotalCount
count
- a int.Copyright © 2015. All Rights Reserved.