Class TemplateAutoMatch

    • Constructor Detail

      • TemplateAutoMatch

        public TemplateAutoMatch()
    • Method Detail

      • getAutoMatch

        public String getAutoMatch()
        .
        Returns:
        autoMatch
      • setAutoMatch

        public void setAutoMatch​(String autoMatch)
        setAutoMatch.
      • getErrorDetails

        public ErrorDetails getErrorDetails()
        Array or errors..
        Returns:
        errorDetails
      • setErrorDetails

        public void setErrorDetails​(ErrorDetails errorDetails)
        setErrorDetails.
      • getTemplateId

        public String getTemplateId()
        The unique identifier of the template. If this is not provided, DocuSign will generate a value. .
        Returns:
        templateId
      • setTemplateId

        public void setTemplateId​(String templateId)
        setTemplateId.
      • equals

        public boolean equals​(Object o)
        Compares objects.
        Overrides:
        equals in class Object
        Returns:
        true or false depending on comparison result.
      • hashCode

        public int hashCode()
        Returns the HashCode.
        Overrides:
        hashCode in class Object
      • toString

        public String toString()
        Converts the given object to string.
        Overrides:
        toString in class Object