Class TakeBackupRequest
java.lang.Object
io.camunda.zeebe.shared.management.openapi.models.TakeBackupRequest
@Generated(value="org.openapitools.codegen.languages.SpringCodegen",
date="2023-09-07T18:46:53.397675297Z[GMT]")
public class TakeBackupRequest
extends Object
Request body for take backup
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean@NotNull @Min(0L) LongThe ID of the backup.inthashCode()voidsetBackupId(Long backupId) toString()
-
Constructor Details
-
TakeBackupRequest
public TakeBackupRequest() -
TakeBackupRequest
Constructor with only required parameters
-
-
Method Details
-
backupId
-
getBackupId
The ID of the backup. The ID of the backup must be a positive numerical value. As backups are logically ordered by their IDs (ascending), each successive backup must use a higher ID than the previous one. minimum: 0- Returns:
- backupId
-
setBackupId
-
equals
-
hashCode
public int hashCode() -
toString
-