Class RevertModelSnapshotRequest

    • Constructor Detail

      • RevertModelSnapshotRequest

        public RevertModelSnapshotRequest​(java.lang.String jobId,
                                          java.lang.String snapshotId)
        Constructs a request to revert to a given model snapshot
        Parameters:
        jobId - id of the job for which to revert the model snapshot
        snapshotId - id of the snapshot to which to revert
    • Method Detail

      • getJobId

        public java.lang.String getJobId()
      • getSnapshotId

        public java.lang.String getSnapshotId()
      • getDeleteInterveningResults

        public java.lang.Boolean getDeleteInterveningResults()
      • setDeleteInterveningResults

        public void setDeleteInterveningResults​(java.lang.Boolean deleteInterveningResults)
        Sets the request flag that indicates whether or not intervening results should be deleted.
        Parameters:
        deleteInterveningResults - Flag that indicates whether or not intervening results should be deleted.
      • equals

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

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