Class TopicNullFilter

    • Method Detail

      • nullFilterType

        public final NullFilterType nullFilterType()

        The type of the null filter. Valid values for this type are NULLS_ONLY, NON_NULLS_ONLY, and ALL_VALUES.

        If the service returns an enum value that is not available in the current SDK version, nullFilterType will return NullFilterType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from nullFilterTypeAsString().

        Returns:
        The type of the null filter. Valid values for this type are NULLS_ONLY, NON_NULLS_ONLY, and ALL_VALUES.
        See Also:
        NullFilterType
      • nullFilterTypeAsString

        public final String nullFilterTypeAsString()

        The type of the null filter. Valid values for this type are NULLS_ONLY, NON_NULLS_ONLY, and ALL_VALUES.

        If the service returns an enum value that is not available in the current SDK version, nullFilterType will return NullFilterType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from nullFilterTypeAsString().

        Returns:
        The type of the null filter. Valid values for this type are NULLS_ONLY, NON_NULLS_ONLY, and ALL_VALUES.
        See Also:
        NullFilterType
      • constant

        public final TopicSingularFilterConstant constant()
        Returns the value of the Constant property for this object.
        Returns:
        The value of the Constant property for this object.
      • inverse

        public final Boolean inverse()

        A Boolean value that indicates if the filter is inverse.

        Returns:
        A Boolean value that indicates if the filter is inverse.
      • hashCode

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

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)