Package io.camunda.client.protocol.rest
Class RestoreRequest
java.lang.Object
io.camunda.client.protocol.rest.RestoreRequest
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.23.0")
public class RestoreRequest
extends Object
Describes a restore request. Provide either a list of backup IDs or a time range (`from`/`to`) that selects the backups to restore; the two are mutually exclusive.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddBackupIdsItem(Long backupIdsItem) booleanThe IDs of the backups to restore from, one per partition.getFrom()The start of the time range to restore from, as an ISO 8601 timestamp.getTo()The end of the time range to restore from, as an ISO 8601 timestamp.inthashCode()voidsetBackupIds(List<Long> backupIds) voidvoidtoString()
-
Field Details
-
JSON_PROPERTY_FROM
- See Also:
-
JSON_PROPERTY_TO
- See Also:
-
JSON_PROPERTY_BACKUP_IDS
- See Also:
-
-
Constructor Details
-
RestoreRequest
public RestoreRequest()
-
-
Method Details
-
from
-
getFrom
The start of the time range to restore from, as an ISO 8601 timestamp.- Returns:
- from
-
setFrom
-
to
-
getTo
The end of the time range to restore from, as an ISO 8601 timestamp.- Returns:
- to
-
setTo
-
backupIds
-
addBackupIdsItem
-
getBackupIds
The IDs of the backups to restore from, one per partition.- Returns:
- backupIds
-
setBackupIds
-
equals
-
hashCode
public int hashCode() -
toString
-