Class Query
- java.lang.Object
-
- org.opennms.netmgt.graph.rest.api.Query
-
public class Query extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
DEFAULT_SEMANTIC_ZOOM_LEVEL
-
Constructor Summary
Constructors Constructor Description Query()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Integer
getSemanticZoomLevel()
java.util.List<java.lang.String>
getVerticesInFocus()
void
setSemanticZoomLevel(java.lang.Integer semanticZoomLevel)
void
setVerticesInFocus(java.util.List<java.lang.String> verticesInFocus)
-
-
-
Field Detail
-
DEFAULT_SEMANTIC_ZOOM_LEVEL
public static final int DEFAULT_SEMANTIC_ZOOM_LEVEL
- See Also:
- Constant Field Values
-
-
Method Detail
-
getSemanticZoomLevel
public java.lang.Integer getSemanticZoomLevel()
-
setSemanticZoomLevel
public void setSemanticZoomLevel(java.lang.Integer semanticZoomLevel)
-
getVerticesInFocus
public java.util.List<java.lang.String> getVerticesInFocus()
-
setVerticesInFocus
public void setVerticesInFocus(java.util.List<java.lang.String> verticesInFocus)
-
-