Package com.adobe.testing.s3mock.s3.dto
Class BucketInfo
-
- All Implemented Interfaces:
public final class BucketInfo
-
-
Field Summary
Fields Modifier and Type Field Description private final DataRedundancydataRedundancyprivate final BucketTypetype
-
Constructor Summary
Constructors Constructor Description BucketInfo(DataRedundancy dataRedundancy, BucketType type)
-
Method Summary
Modifier and Type Method Description final DataRedundancygetDataRedundancy()final BucketTypegetType()-
-
Constructor Detail
-
BucketInfo
BucketInfo(DataRedundancy dataRedundancy, BucketType type)
-
-
Method Detail
-
getDataRedundancy
final DataRedundancy getDataRedundancy()
-
getType
final BucketType getType()
-
-
-
-