Package com.adobe.testing.s3mock.s3.dto
Class LifecycleRuleFilter
-
- All Implemented Interfaces:
public final class LifecycleRuleFilter
-
-
Field Summary
Fields Modifier and Type Field Description private final LongobjectSizeGreaterThanprivate final LongobjectSizeLessThanprivate final Stringprefixprivate final List<Tag>tagsprivate final LifecycleRuleAndOperatorand
-
Constructor Summary
Constructors Constructor Description LifecycleRuleFilter(Long objectSizeGreaterThan, Long objectSizeLessThan, String prefix, List<Tag> tags, LifecycleRuleAndOperator and)
-
Method Summary
Modifier and Type Method Description final LonggetObjectSizeGreaterThan()final LonggetObjectSizeLessThan()final StringgetPrefix()final List<Tag>getTags()final LifecycleRuleAndOperatorgetAnd()-
-
Method Detail
-
getObjectSizeGreaterThan
final Long getObjectSizeGreaterThan()
-
getObjectSizeLessThan
final Long getObjectSizeLessThan()
-
getAnd
final LifecycleRuleAndOperator getAnd()
-
-
-
-