public class InventoryFilter extends Object implements Serializable
| Constructor and Description |
|---|
InventoryFilter() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getLastModifyBeginTimeStamp()
Gets the start timestamp for data to use when evaluating an inventory filter.
|
Long |
getLastModifyEndTimeStamp()
Gets the end timestamp of data to use when evaluating an inventory filter.
|
Long |
getLowerSizeBound()
Gets the minimum size of filter file size to use when evaluating an inventory filter.
|
String |
getPrefix()
Gets the prefix to use when evaluating an inventory filter.
|
String |
getStorageClass()
Gets the storage types to use when evaluating an inventory filter.
|
Long |
getUpperSizeBound()
Gets the maximum size of filter file size to use when evaluating an inventory filter.
|
void |
setLastModifyBeginTimeStamp(Long lastModifyBeginTimeStamp)
Specifies the start timestamp for data to use when evaluating an inventory filter.
|
void |
setLastModifyEndTimeStamp(Long lastModifyEndTimeStamp)
Specifies the end timestamp of data to use when evaluating an inventory filter.
|
void |
setLowerSizeBound(Long lowerSizeBound)
Specifies the minimum size of filter file size to use when evaluating an inventory filter.
|
void |
setPrefix(String prefix)
Sepecfies the prefix to use when evaluating an inventory filter.
|
void |
setStorageClass(String storageClass)
Specifies the storage types to use when evaluating an inventory filter.
|
void |
setUpperSizeBound(Long upperSizeBound)
Specifies the maximum size of filter file size to use when evaluating an inventory filter.
|
InventoryFilter |
withLastModifyBeginTimeStamp(Long lastModifyBeginTimeStamp)
Specifies the the start timestamp for data to use when evaluating an inventory filter.
|
InventoryFilter |
withLastModifyEndTimeStamp(Long lastModifyEndTimeStamp)
Specifies the end timestamp of data to use when evaluating an inventory filter.
|
InventoryFilter |
withLowerSizeBound(Long lowerSizeBound)
Specifies the minimum size of filter file size to use when evaluating an inventory filter.
|
InventoryFilter |
withPrefix(String prefix)
Specifies the prefix to use when evaluating an inventory filter.
|
InventoryFilter |
withStorageClass(String storageClass)
Specifies the storage types to use when evaluating an inventory filter.
|
InventoryFilter |
withUpperSizeBound(Long upperSizeBound)
Specifies the maximum size of filter file size to use when evaluating an inventory filter.
|
public String getPrefix()
public void setPrefix(String prefix)
prefix - the prefix string.public InventoryFilter withPrefix(String prefix)
InventoryFilter object itself.prefix - the prefix string.InventoryFilter instance.public Long getLastModifyBeginTimeStamp()
public void setLastModifyBeginTimeStamp(Long lastModifyBeginTimeStamp)
lastModifyBeginTimeStamp - the timestamp.public InventoryFilter withLastModifyBeginTimeStamp(Long lastModifyBeginTimeStamp)
InventoryFilter object itself.lastModifyBeginTimeStamp - the timestamp.InventoryFilter instance.public Long getLastModifyEndTimeStamp()
public void setLastModifyEndTimeStamp(Long lastModifyEndTimeStamp)
lastModifyEndTimeStamp - the timestamp.public InventoryFilter withLastModifyEndTimeStamp(Long lastModifyEndTimeStamp)
InventoryFilter object itself.lastModifyEndTimeStamp - the timestamp.InventoryFilter instance.public Long getLowerSizeBound()
public void setLowerSizeBound(Long lowerSizeBound)
lowerSizeBound - the lower size bound.public InventoryFilter withLowerSizeBound(Long lowerSizeBound)
InventoryFilter object itself.lowerSizeBound - the lower size bound.InventoryFilter instance.public Long getUpperSizeBound()
public void setUpperSizeBound(Long upperSizeBound)
upperSizeBound - the upper size bound.public InventoryFilter withUpperSizeBound(Long upperSizeBound)
InventoryFilter object itself.upperSizeBound - the upper size bound.InventoryFilter instance.public String getStorageClass()
public void setStorageClass(String storageClass)
storageClass - the storage class.public InventoryFilter withStorageClass(String storageClass)
InventoryFilter object itself.storageClass - the storage class.InventoryFilter instance.Copyright © 2023. All Rights Reserved.