public static class QueryOptions.QueryRange.Bucket extends Object implements Buckets
Constructor and Description |
---|
Bucket() |
Modifier and Type | Method and Description |
---|---|
String |
getContent()
Returns the textual label for the bucket.
|
String |
getGe()
Returns the low end of the bucket's range.
|
String |
getLt()
Returns the high end of the bucket's range.
|
String |
getName()
Returns a unique name to reference this bucket.
|
void |
setContent(String content)
Specifies the textual label for the bucket.
|
void |
setGe(String ge)
Specifies the low end of the bucket's range.
|
void |
setLt(String lt)
Specifies the high end of the bucket's range.
|
void |
setName(String name)
Specifies a unique name to reference this bucket.
|
public String getContent()
public String getGe()
public String getLt()
public String getName()
public void setContent(String content)
content
- the labelpublic void setGe(String ge)
ge
- the low range boundarypublic void setLt(String lt)
lt
- the high range boundarypublic void setName(String name)
name
- the name distinguishing the bucketCopyright © 2013-2016 MarkLogic Corporation.