Class GetXssMatchSetResult

    • Constructor Detail

      • GetXssMatchSetResult

        public GetXssMatchSetResult()
    • Method Detail

      • setXssMatchSet

        public void setXssMatchSet​(XssMatchSet xssMatchSet)

        Information about the XssMatchSet that you specified in the GetXssMatchSet request. For more information, see the following topics:

        • XssMatchSet: Contains Name, XssMatchSetId, and an array of XssMatchTuple objects
        • XssMatchTuple: Each XssMatchTuple object contains FieldToMatch and TextTransformation
        • FieldToMatch: Contains Data and Type
        Parameters:
        xssMatchSet - Information about the XssMatchSet that you specified in the GetXssMatchSet request. For more information, see the following topics:

        • XssMatchSet: Contains Name, XssMatchSetId, and an array of XssMatchTuple objects
        • XssMatchTuple: Each XssMatchTuple object contains FieldToMatch and TextTransformation
        • FieldToMatch: Contains Data and Type
      • getXssMatchSet

        public XssMatchSet getXssMatchSet()

        Information about the XssMatchSet that you specified in the GetXssMatchSet request. For more information, see the following topics:

        • XssMatchSet: Contains Name, XssMatchSetId, and an array of XssMatchTuple objects
        • XssMatchTuple: Each XssMatchTuple object contains FieldToMatch and TextTransformation
        • FieldToMatch: Contains Data and Type
        Returns:
        Information about the XssMatchSet that you specified in the GetXssMatchSet request. For more information, see the following topics:

        • XssMatchSet: Contains Name, XssMatchSetId, and an array of XssMatchTuple objects
        • XssMatchTuple: Each XssMatchTuple object contains FieldToMatch and TextTransformation
        • FieldToMatch: Contains Data and Type
      • withXssMatchSet

        public GetXssMatchSetResult withXssMatchSet​(XssMatchSet xssMatchSet)

        Information about the XssMatchSet that you specified in the GetXssMatchSet request. For more information, see the following topics:

        • XssMatchSet: Contains Name, XssMatchSetId, and an array of XssMatchTuple objects
        • XssMatchTuple: Each XssMatchTuple object contains FieldToMatch and TextTransformation
        • FieldToMatch: Contains Data and Type
        Parameters:
        xssMatchSet - Information about the XssMatchSet that you specified in the GetXssMatchSet request. For more information, see the following topics:

        • XssMatchSet: Contains Name, XssMatchSetId, and an array of XssMatchTuple objects
        • XssMatchTuple: Each XssMatchTuple object contains FieldToMatch and TextTransformation
        • FieldToMatch: Contains Data and Type
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • toString

        public String toString()
        Returns a string representation of this object; useful for testing and debugging.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object