Class MeasureValueFilterCondition
- java.lang.Object
-
- com.gooddata.sdk.model.executeafm.afm.filter.MeasureValueFilterCondition
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
ComparisonCondition,RangeCondition
public abstract class MeasureValueFilterCondition extends java.lang.Object implements java.io.SerializableCovers all the conditions that can be used withinMeasureValueFilter. Contains shared functionality to set a custom value instead ofnullmeasure values against the condition's value will be compared to.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MeasureValueFilterCondition(java.math.BigDecimal treatNullValuesAs)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)java.math.BigDecimalgetTreatNullValuesAs()inthashCode()
-