Class CfnAnalysis.MissingDataConfigurationProperty.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.quicksight.CfnAnalysis.MissingDataConfigurationProperty.Jsii$Proxy
All Implemented Interfaces:
CfnAnalysis.MissingDataConfigurationProperty, software.amazon.jsii.JsiiSerializable
Enclosing interface:
CfnAnalysis.MissingDataConfigurationProperty

@Stability(Stable) @Internal public static final class CfnAnalysis.MissingDataConfigurationProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnAnalysis.MissingDataConfigurationProperty
  • Constructor Details

  • Method Details

    • getTreatmentOption

      public final String getTreatmentOption()
      Description copied from interface: CfnAnalysis.MissingDataConfigurationProperty
      The treatment option that determines how missing data should be rendered. Choose from the following options:.

      • INTERPOLATE : Interpolate missing values between the prior and the next known value.
      • SHOW_AS_ZERO : Show missing values as the value 0 .
      • SHOW_AS_BLANK : Display a blank space when rendering missing data.
      Specified by:
      getTreatmentOption in interface CfnAnalysis.MissingDataConfigurationProperty
    • $jsii$toJson

      @Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
      Specified by:
      $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
    • equals

      public final boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object