public class CypherQuery extends Object
Constructor and Description |
---|
CypherQuery(long taskId,
long startTime,
String cypher,
String graphName,
String userName,
String userId,
boolean stopping,
boolean executing) |
Modifier and Type | Method and Description |
---|---|
String |
getCypher() |
String |
getGraphName() |
long |
getStartTime() |
long |
getTaskId() |
String |
getUserId() |
String |
getUserName() |
boolean |
isExecuting() |
boolean |
isStopping() |
void |
setStopping(boolean stopping) |
String |
toString() |
public String getCypher()
public String getGraphName()
public long getStartTime()
public long getTaskId()
public String getUserId()
public String getUserName()
public boolean isExecuting()
public boolean isStopping()
public void setStopping(boolean stopping)
Copyright © 2024. All rights reserved.