Package com.adobe.testing.s3mock.s3.dto
Class ObjectLockConfiguration
-
- All Implemented Interfaces:
public final class ObjectLockConfiguration
-
-
Field Summary
Fields Modifier and Type Field Description private final ObjectLockEnabledobjectLockEnabledprivate final ObjectLockRuleobjectLockRule
-
Constructor Summary
Constructors Constructor Description ObjectLockConfiguration(ObjectLockEnabled objectLockEnabled, ObjectLockRule objectLockRule)
-
Method Summary
Modifier and Type Method Description final ObjectLockEnabledgetObjectLockEnabled()final ObjectLockRulegetObjectLockRule()-
-
Constructor Detail
-
ObjectLockConfiguration
ObjectLockConfiguration(ObjectLockEnabled objectLockEnabled, ObjectLockRule objectLockRule)
-
-
Method Detail
-
getObjectLockEnabled
final ObjectLockEnabled getObjectLockEnabled()
-
getObjectLockRule
final ObjectLockRule getObjectLockRule()
-
-
-
-