public static class QueryOptions.QueryRange.ComputedBucket extends Object implements Buckets
Modifier and Type | Class and Description |
---|---|
static class |
QueryOptions.QueryRange.ComputedBucket.AnchorValue
Defines values for use in computed buckets anchored to time.
|
Constructor and Description |
---|
ComputedBucket() |
Modifier and Type | Method and Description |
---|---|
String |
getAnchor()
Returns a value for anchoring this computed bucket.
|
QueryOptions.QueryRange.ComputedBucket.AnchorValue |
getAnchorValue() |
String |
getGe()
Returns the low end of the bucket's range.
|
String |
getGeAnchor()
Returns a value for anchoring the "greater than or equal" value
for this computed bucket.
|
String |
getLabel()
Returns the textual label for the bucket.
|
String |
getLt()
Returns the high end of the bucket's range.
|
String |
getLtAnchor()
Returns a value for anchoring the "less than" value
for this computed bucket.
|
String |
getName()
Returns the unique name to reference this bucket.
|
void |
setAnchor(QueryOptions.QueryRange.ComputedBucket.AnchorValue anchorValue)
Specifies a value for anchoring this computed bucket.
|
void |
setGe(String ge)
Specifies the low end of the bucket's range.
|
void |
setLabel(String content)
Specifies the textual label for the bucket.
|
void |
setLt(String lt)
Specifies the high end of the bucket's range.
|
void |
setName(String name)
Specifies unique name to reference this bucket.
|
public String getAnchor()
public QueryOptions.QueryRange.ComputedBucket.AnchorValue getAnchorValue()
public String getGe()
public String getGeAnchor()
public String getLabel()
public String getLt()
public String getLtAnchor()
public String getName()
public void setAnchor(QueryOptions.QueryRange.ComputedBucket.AnchorValue anchorValue)
anchorValue
- the anchor valuepublic void setGe(String ge)
ge
- the low end for the rangepublic void setLabel(String content)
content
- the labelpublic void setLt(String lt)
lt
- the high end of the rangepublic void setName(String name)
name
- the bucket nameCopyright © 2013-2016 MarkLogic Corporation.