Class CypherQuery


  • public class CypherQuery
    extends Object
    • Constructor Detail

      • CypherQuery

        public CypherQuery​(long taskId,
                           long startTime,
                           String cypher,
                           String graphName,
                           String userName,
                           String userId,
                           boolean stopping,
                           boolean executing)
    • 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()