Package com.tailf.ned
Class NedShowFilter
Object
com.tailf.ned.NedShowFilter
Filter used when requesting data from a NED using the
 showStatsFilter method.
 Corresponds to the subtree filter in a NETCONF get or get-config
 request and should be handled according to RFC6241.
- 
Nested Class Summary
Nested Classes - 
Constructor Summary
ConstructorsConstructorDescriptionNedShowFilter(ConfTag tag, List<NedShowFilter> children, Map<String, String> attributes) NedShowFilter(ConfTag tag, Map<String, String> attributes)  - 
Method Summary
Modifier and TypeMethodDescriptionstatic NedShowFilterfromFNode(ConfETuple fnode) static List<NedShowFilter>fromFNodes(ConfEList fnodes) getData()getTag()getType()toString() 
- 
Constructor Details
- 
NedShowFilter
- Throws:
 NedException
 - 
NedShowFilter
public NedShowFilter(ConfTag tag, List<NedShowFilter> children, Map<String, String> attributes) throws NedException- Throws:
 NedException
 - 
NedShowFilter
- Throws:
 NedException
 
 - 
 - 
Method Details
- 
fromFNode
- Throws:
 NedException
 - 
fromFNodes
- Throws:
 NedException
 - 
getTag
 - 
getType
 - 
getData
 - 
getChildren
 - 
getAttributes
 - 
toString
 
 -