Constructor and Description |
---|
SizeRange(int lowerBoundBytes,
int upperBoundBytes)
Used for specify a file size range to filter to be used in search.
|
Modifier and Type | Method and Description |
---|---|
String |
buildRangeString()
Used to build out a string a http box api friendly range string.
|
int |
getLowerBoundBytes()
Return the lower size in the byte range.
|
int |
getUpperBoundBytes()
Get the upper bound bytes in the file size range.
|
void |
setLowerBoundBytes(int lowerBoundBytes)
Set the lower bound bytes in the byte file size range.
|
void |
setUpperBoundBytes(int upperBoundBytes)
Set the upper bound bytes in the file size range.
|
public SizeRange(int lowerBoundBytes, int upperBoundBytes)
lowerBoundBytes
- is the lower size in the byte range.upperBoundBytes
- is the upper limit in the byte range.public int getLowerBoundBytes()
public void setLowerBoundBytes(int lowerBoundBytes)
lowerBoundBytes
- used for the lower file size range.public int getUpperBoundBytes()
public void setUpperBoundBytes(int upperBoundBytes)
upperBoundBytes
- used for the upper file size range.public String buildRangeString()