Class UpdateModelSnapshotResponse

    • Constructor Detail

      • UpdateModelSnapshotResponse

        public UpdateModelSnapshotResponse​(boolean acknowledged,
                                           ModelSnapshot.Builder modelSnapshot)
    • Method Detail

      • getAcknowledged

        public java.lang.Boolean getAcknowledged()
        Get the action acknowledgement
        Returns:
        a boolean that indicates whether the model snapshot was updated successfully.
      • getModel

        public ModelSnapshot getModel()
        Get the updated snapshot of the model
        Returns:
        the updated model snapshot.
      • hashCode

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

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object