Newer Version Available
BucketFieldValue Class
Namespace
BucketFieldValue Constructors
The following are constructors for BucketFieldValue.
BucketFieldValue(label, sourceDimensionValues, rangeUpperBound)
Signature
public BucketFieldValue(String label, List<String> sourceDimensionValues, Double rangeUpperBound)
Parameters
- label
- Type: String
- The user-facing name of the bucket.
- sourceDimensionValues
- Type: List<String>
- A list of the values from the source field included in this bucket category (in buckets of type PICKLIST and buckets of type TEXT).
- rangeUpperBound
- Type: Double
- The greatest range limit under which values are included in this bucket category (in buckets of type NUMBER).
BucketFieldValue Methods
The following are methods for BucketFieldValue.
getRangeUpperBound()
Returns the greatest range limit under which values are included in
this bucket category (in buckets of type NUMBER).
Signature
public Double getRangeUpperBound()
Return Value
Type: Double
setLabel(label)
setRangeUpperBound(rangeUpperBound)
Sets the greatest limit of a range under which values are included in
this bucket category (in buckets of type NUMBER).
Signature
public void setRangeUpperBound(Double rangeUpperBound)
Parameters
- rangeUpperBound
- Type: Double
Return Value
Type: void