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 Details

    • TakeBackupRequest

      public TakeBackupRequest()
    • TakeBackupRequest

      public TakeBackupRequest(Long backupId)
      Constructor with only required parameters
  • Method Details

    • backupId

      public TakeBackupRequest backupId(Long backupId)
    • getBackupId

      @NotNull @Min(0L) public @NotNull @Min(0L) Long 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

      public void setBackupId(Long backupId)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object