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 Details

  • Constructor Details

    • TakeRuntimeBackupRequest

      public TakeRuntimeBackupRequest()
  • Method Details

    • backupId

      public TakeRuntimeBackupRequest backupId(@Nullable Long backupId)
    • getBackupId

      @Nullable public Long 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

      public void setBackupId(@Nullable 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