Class Query
- java.lang.Object
- 
- org.opennms.netmgt.graph.rest.api.Query
 
- 
 public class Query extends java.lang.Object
- 
- 
Field SummaryFields Modifier and Type Field Description static intDEFAULT_SEMANTIC_ZOOM_LEVEL
 - 
Constructor SummaryConstructors Constructor Description Query()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.IntegergetSemanticZoomLevel()java.util.List<java.lang.String>getVerticesInFocus()voidsetSemanticZoomLevel(java.lang.Integer semanticZoomLevel)voidsetVerticesInFocus(java.util.List<java.lang.String> verticesInFocus)
 
- 
- 
- 
Field Detail- 
DEFAULT_SEMANTIC_ZOOM_LEVELpublic static final int DEFAULT_SEMANTIC_ZOOM_LEVEL - See Also:
- Constant Field Values
 
 
- 
 - 
Method Detail- 
getSemanticZoomLevelpublic java.lang.Integer getSemanticZoomLevel() 
 - 
setSemanticZoomLevelpublic void setSemanticZoomLevel(java.lang.Integer semanticZoomLevel) 
 - 
getVerticesInFocuspublic java.util.List<java.lang.String> getVerticesInFocus() 
 - 
setVerticesInFocuspublic void setVerticesInFocus(java.util.List<java.lang.String> verticesInFocus) 
 
- 
 
-