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-10-28T14:00:29.478-07:00")
public class RestoreSnapshotRequest
extends Object
Restore Snapshot Request.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGetter for databaseName.Getter for environmentName.Getter for snapshotName.Getter for targetDatabaseName.Getter for targetEnvironmentName.inthashCode()voidsetDatabaseName(String databaseName) Setter for databaseName.voidsetEnvironmentName(String environmentName) Setter for environmentName.voidsetSnapshotName(String snapshotName) Setter for snapshotName.voidsetTargetDatabaseName(String targetDatabaseName) Setter for targetDatabaseName.voidsetTargetEnvironmentName(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
-