Interface MonitorUserDocument.IMonitorStringField

  • Enclosing class:
    MonitorUserDocument

    public static interface MonitorUserDocument.IMonitorStringField
    Contains data in a MonitorUserDocument that corresponds to string versions.
    Since:
    11.0.0
    Version:
    $Revision: 24476 $ $Date: 2021-04-28 11:28:23 -0300 (Wed, 28 Apr 2021) $
    • Method Detail

      • getNormalizedToken

        String getNormalizedToken()
        Returns the value of normalized token version of the string stored in this document.
        Returns:
        the value of normalized token version of the string.
        Since:
        11.0.0
      • setNormalizedToken

        void setNormalizedToken​(String normalizedToken)
        Sets the value for normalized token version of the string in this document.
        Parameters:
        normalizedToken - the normalized token version of the string.
        Since:
        11.0.0
      • getAnalyzed

        String getAnalyzed()
        Returns the value of analyzed token version of the string stored in this document.
        Returns:
        the value of analyzed token version of the string.
        Since:
        11.0.0
      • setAnalyzed

        void setAnalyzed​(String analyzed)
        Sets the value for analyzed token version of the string in this document.
        Parameters:
        analyzed - the analyzed token version of the string.
        Since:
        11.0.0
      • getReversedNormalizedToken

        String getReversedNormalizedToken()
        Returns the value of reversed normalized token version of the string stored in this document.
        Returns:
        the value of reversed normalized token version of the string.
        Since:
        11.0.0
      • setReversedNormalizedToken

        void setReversedNormalizedToken​(String reversedNormalizedToken)
        Sets the value for reversed normalized token version of the string in this document.
        Parameters:
        reversedNormalizedToken - the reversed normalized token version of the string.
        Since:
        11.0.0
      • getToken

        String getToken()
        Returns the value of token version of the string stored in this document.
        Returns:
        the value of token version of the string.
        Since:
        11.0.0
      • setToken

        void setToken​(String token)
        Sets the value for token version of the string in this document.
        Parameters:
        token - the token version of the string.
        Since:
        11.0.0