Class GraphDropRelationshipResult


  • public class GraphDropRelationshipResult
    extends java.lang.Object
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • graphName

        public final java.lang.String graphName
      • relationshipType

        public final java.lang.String relationshipType
      • deletedRelationships

        public final long deletedRelationships
      • deletedProperties

        public final java.util.Map<java.lang.String,​java.lang.Long> deletedProperties
    • Constructor Detail

      • GraphDropRelationshipResult

        public GraphDropRelationshipResult​(java.lang.String graphName,
                                           java.lang.String relationshipType,
                                           DeletionResult deletionResult)