Class CreateSnapshotResponse

    • Constructor Detail

      • CreateSnapshotResponse

        public CreateSnapshotResponse​(StreamInput in)
                               throws java.io.IOException
        Throws:
        java.io.IOException
    • Method Detail

      • getSnapshotInfo

        public SnapshotInfo getSnapshotInfo()
        Returns snapshot information if snapshot was completed by the time this method returned or null otherwise.
        Returns:
        snapshot information or null
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object