Package com.cloudera.cdp.de.model
Class RestoreServiceRequest
java.lang.Object
com.cloudera.cdp.de.model.RestoreServiceRequest
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
           date="2025-10-28T14:00:29.824-07:00")
public class RestoreServiceRequest
extends Object
Request object for Restore Service command.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbooleanGetter for backupID.Getter for environmentCrn.Getter for serviceId.Getter for serviceName.inthashCode()voidsetBackupID(Long backupID) Setter for backupID.voidsetEnvironmentCrn(String environmentCrn) Setter for environmentCrn.voidsetServiceId(String serviceId) Setter for serviceId.voidsetServiceName(String serviceName) Setter for serviceName.toString()
- 
Constructor Details- 
RestoreServiceRequestpublic RestoreServiceRequest()
 
- 
- 
Method Details- 
getBackupIDGetter for backupID. The ID of the backup to restore from.
- 
setBackupIDSetter for backupID. The ID of the backup to restore from.
- 
getEnvironmentCrnGetter for environmentCrn. CRN of the CDP environment with which a restored CDE service will be associated. Currently, CDE service can be restored only to the same CDP environment, with which a backed-up service was associated.
- 
setEnvironmentCrnSetter for environmentCrn. CRN of the CDP environment with which a restored CDE service will be associated. Currently, CDE service can be restored only to the same CDP environment, with which a backed-up service was associated.
- 
getServiceIdGetter for serviceId. Specify the restored service ID. If not specified, a new service ID will be generated.
- 
setServiceIdSetter for serviceId. Specify the restored service ID. If not specified, a new service ID will be generated.
- 
getServiceNameGetter for serviceName. Specify the restored service name. If not specified, the service name from the backup will be reused.
- 
setServiceNameSetter for serviceName. Specify the restored service name. If not specified, the service name from the backup will be reused.
- 
equals
- 
hashCodepublic int hashCode()
- 
toString
 
-