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.Serializable
Covers all the conditions that can be used within MeasureValueFilter. Contains shared functionality to set a custom value instead of null measure 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

    Modifier and Type Method Description
    boolean equals​(java.lang.Object o)  
    java.math.BigDecimal getTreatNullValuesAs()  
    int hashCode()  

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • getTreatNullValuesAs

      public java.math.BigDecimal getTreatNullValuesAs()
    • equals

      public boolean equals​(java.lang.Object o)
      Overrides:
      equals in class java.lang.Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class java.lang.Object