Package com.cloudera.cdp.opdb.model
Class RestoreSnapshotRequest
java.lang.Object
com.cloudera.cdp.opdb.model.RestoreSnapshotRequest
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2025-01-23T07:12:41.282-08:00")
public class RestoreSnapshotRequest
extends Object
Restore Snapshot Request.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for databaseName.Getter for environmentName.Getter for snapshotName.Getter for targetDatabaseName.Getter for targetEnvironmentName.int
hashCode()
void
setDatabaseName
(String databaseName) Setter for databaseName.void
setEnvironmentName
(String environmentName) Setter for environmentName.void
setSnapshotName
(String snapshotName) Setter for snapshotName.void
setTargetDatabaseName
(String targetDatabaseName) Setter for targetDatabaseName.void
setTargetEnvironmentName
(String targetEnvironmentName) Setter for targetEnvironmentName.toString()
-
Constructor Details
-
RestoreSnapshotRequest
public RestoreSnapshotRequest()
-
-
Method Details
-
getEnvironmentName
Getter for environmentName. The name of the original environment. -
setEnvironmentName
Setter for environmentName. The name of the original environment. -
getDatabaseName
Getter for databaseName. The name of the original database. -
setDatabaseName
Setter for databaseName. The name of the original database. -
getSnapshotName
Getter for snapshotName. The name of the snapshot. -
setSnapshotName
Setter for snapshotName. The name of the snapshot. -
getTargetEnvironmentName
Getter for targetEnvironmentName. The name of the target environment where the snapshot should be restored. -
setTargetEnvironmentName
Setter for targetEnvironmentName. The name of the target environment where the snapshot should be restored. -
getTargetDatabaseName
Getter for targetDatabaseName. The name of the target database where the snapshot should be restored. -
setTargetDatabaseName
Setter for targetDatabaseName. The name of the target database where the snapshot should be restored. -
equals
-
hashCode
public int hashCode() -
toString
-