Package io.camunda.client.protocol.rest
Class PartitionBackupRange
java.lang.Object
io.camunda.client.protocol.rest.PartitionBackupRange
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.23.0")
public class PartitionBackupRange
extends Object
Information about one backup range for a partition.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionend(PartitionBackupState end) booleangetEnd()The newest backup in the range.The id of the partition.getStart()The oldest backup in the range.inthashCode()partitionId(Integer partitionId) voidvoidsetPartitionId(Integer partitionId) voidsetStart(PartitionBackupState start) start(PartitionBackupState start) toString()
-
Field Details
-
JSON_PROPERTY_PARTITION_ID
- See Also:
-
JSON_PROPERTY_START
- See Also:
-
JSON_PROPERTY_END
- See Also:
-
-
Constructor Details
-
PartitionBackupRange
public PartitionBackupRange()
-
-
Method Details
-
partitionId
-
getPartitionId
The id of the partition. minimum: 1- Returns:
- partitionId
-
setPartitionId
-
start
-
getStart
The oldest backup in the range.- Returns:
- start
-
setStart
-
end
-
getEnd
The newest backup in the range.- Returns:
- end
-
setEnd
-
equals
-
hashCode
public int hashCode() -
toString
-