Class ArchiveDataStorageInfo
java.lang.Object
ch.admin.bit.jeap.processarchive.domain.archive.ArchiveDataStorageInfo
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Method Summary
Modifier and TypeMethodDescriptionbuilder()boolean@NonNull StringName of the bucket in which the archive data has been stored@NonNull StringgetKey()The key (prefix + name) under which the archive data has been stored@NonNull StringgetName()The name part of the key (without the prefix) under which the archive data has been stored@NonNull StringThe version id under which the archive data has been stored.inthashCode()toString()
-
Method Details
-
builder
-
getBucket
Name of the bucket in which the archive data has been stored -
getKey
The key (prefix + name) under which the archive data has been stored -
getName
The name part of the key (without the prefix) under which the archive data has been stored -
getVersionId
The version id under which the archive data has been stored. -
equals
-
hashCode
public int hashCode() -
toString
-