Class GraphCreateCypherDbProc.CreateCypherDbResult

  • Enclosing class:
    GraphCreateCypherDbProc

    public static class GraphCreateCypherDbProc.CreateCypherDbResult
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      CreateCypherDbResult​(java.lang.String dbName, java.lang.String graphName, long createMillis)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • dbName

        public final java.lang.String dbName
      • graphName

        public final java.lang.String graphName
      • createMillis

        public final long createMillis
    • Constructor Detail

      • CreateCypherDbResult

        public CreateCypherDbResult​(java.lang.String dbName,
                                    java.lang.String graphName,
                                    long createMillis)