Class GetByteMatchSetResult

    • Constructor Detail

      • GetByteMatchSetResult

        public GetByteMatchSetResult()
    • Method Detail

      • setByteMatchSet

        public void setByteMatchSet​(ByteMatchSet byteMatchSet)

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

        • ByteMatchSet: Contains ByteMatchSetId, ByteMatchTuples, and Name
        • ByteMatchTuples: Contains an array of ByteMatchTuple objects. Each ByteMatchTuple object contains FieldToMatch, PositionalConstraint, TargetString, and TextTransformation
        • FieldToMatch: Contains Data and Type
        Parameters:
        byteMatchSet - Information about the ByteMatchSet that you specified in the GetByteMatchSet request. For more information, see the following topics:

        • ByteMatchSet: Contains ByteMatchSetId, ByteMatchTuples, and Name
        • ByteMatchTuples: Contains an array of ByteMatchTuple objects. Each ByteMatchTuple object contains FieldToMatch, PositionalConstraint, TargetString, and TextTransformation
        • FieldToMatch: Contains Data and Type
      • getByteMatchSet

        public ByteMatchSet getByteMatchSet()

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

        • ByteMatchSet: Contains ByteMatchSetId, ByteMatchTuples, and Name
        • ByteMatchTuples: Contains an array of ByteMatchTuple objects. Each ByteMatchTuple object contains FieldToMatch, PositionalConstraint, TargetString, and TextTransformation
        • FieldToMatch: Contains Data and Type
        Returns:
        Information about the ByteMatchSet that you specified in the GetByteMatchSet request. For more information, see the following topics:

        • ByteMatchSet: Contains ByteMatchSetId, ByteMatchTuples, and Name
        • ByteMatchTuples: Contains an array of ByteMatchTuple objects. Each ByteMatchTuple object contains FieldToMatch, PositionalConstraint, TargetString, and TextTransformation
        • FieldToMatch: Contains Data and Type
      • withByteMatchSet

        public GetByteMatchSetResult withByteMatchSet​(ByteMatchSet byteMatchSet)

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

        • ByteMatchSet: Contains ByteMatchSetId, ByteMatchTuples, and Name
        • ByteMatchTuples: Contains an array of ByteMatchTuple objects. Each ByteMatchTuple object contains FieldToMatch, PositionalConstraint, TargetString, and TextTransformation
        • FieldToMatch: Contains Data and Type
        Parameters:
        byteMatchSet - Information about the ByteMatchSet that you specified in the GetByteMatchSet request. For more information, see the following topics:

        • ByteMatchSet: Contains ByteMatchSetId, ByteMatchTuples, and Name
        • ByteMatchTuples: Contains an array of ByteMatchTuple objects. Each ByteMatchTuple object contains FieldToMatch, PositionalConstraint, TargetString, 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