public class LifecycleFilter extends Object
| Constructor and Description |
|---|
LifecycleFilter() |
| Modifier and Type | Method and Description |
|---|---|
List<LifecycleNot> |
getNotList() |
Long |
getObjectSizeGreaterThan() |
Long |
getObjectSizeLessThan() |
void |
setNotList(List<LifecycleNot> notList) |
void |
setObjectSizeGreaterThan(Long objectSizeGreaterThan) |
void |
setObjectSizeLessThan(Long objectSizeLessThan) |
public List<LifecycleNot> getNotList()
public void setNotList(List<LifecycleNot> notList)
public Long getObjectSizeGreaterThan()
public void setObjectSizeGreaterThan(Long objectSizeGreaterThan)
public Long getObjectSizeLessThan()
public void setObjectSizeLessThan(Long objectSizeLessThan)
Copyright © 2023. All Rights Reserved.