Package com.graphdbapi.driver.v1
Class CypherQuery
- java.lang.Object
-
- com.graphdbapi.driver.v1.CypherQuery
-
public class CypherQuery extends Object
-
-
Constructor Summary
Constructors Constructor Description CypherQuery(long taskId, long startTime, String cypher, String graphName, String userName, String userId, boolean stopping, boolean executing)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCypher()StringgetGraphName()longgetStartTime()longgetTaskId()StringgetUserId()StringgetUserName()booleanisExecuting()booleanisStopping()voidsetStopping(boolean stopping)StringtoString()
-
-
-
Method Detail
-
getTaskId
public long getTaskId()
-
getStartTime
public long getStartTime()
-
getCypher
public String getCypher()
-
getGraphName
public String getGraphName()
-
getUserName
public String getUserName()
-
getUserId
public String getUserId()
-
isStopping
public boolean isStopping()
-
setStopping
public void setStopping(boolean stopping)
-
isExecuting
public boolean isExecuting()
-
-