Package io.camunda.client.protocol.rest
Class TakeRuntimeBackupRequest
java.lang.Object
io.camunda.client.protocol.rest.TakeRuntimeBackupRequest
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.23.0")
public class TakeRuntimeBackupRequest
extends Object
Request body for taking a runtime backup.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanThe id of the backup to take.inthashCode()voidsetBackupId(Long backupId) toString()
-
Field Details
-
JSON_PROPERTY_BACKUP_ID
- See Also:
-
-
Constructor Details
-
TakeRuntimeBackupRequest
public TakeRuntimeBackupRequest()
-
-
Method Details
-
backupId
-
getBackupId
The id of the backup to take. Must be omitted if continuous backups and/or a backup or checkpoint schedule is enabled for the physical tenant. minimum: 1- Returns:
- backupId
-
setBackupId
-
equals
-
hashCode
public int hashCode() -
toString
-