Class CrawlerPostcard

  • All Implemented Interfaces:
    org.lastaflute.core.mail.LaMailPostcard

    public class CrawlerPostcard
    extends org.lastaflute.core.mail.LaTypicalPostcard
    The postcard for MailFlute on LastaFlute.
    Author:
    FreeGen
    • Constructor Detail

      • CrawlerPostcard

        public CrawlerPostcard()
    • Method Detail

      • droppedInto

        public static CrawlerPostcard droppedInto​(org.lastaflute.core.mail.Postbox postbox,
                                                  org.lastaflute.core.mail.MPCall<CrawlerPostcard> postcardLambda)
      • getBodyFile

        protected String getBodyFile()
        Specified by:
        getBodyFile in class org.lastaflute.core.mail.LaTypicalPostcard
      • getPropertyNames

        protected String[] getPropertyNames()
        Specified by:
        getPropertyNames in class org.lastaflute.core.mail.LaTypicalPostcard
      • setFrom

        public void setFrom​(String from,
                            String personal)
      • addTo

        public void addTo​(String to)
      • addTo

        public void addTo​(String to,
                          String personal)
      • addCc

        public void addCc​(String cc)
      • addCc

        public void addCc​(String cc,
                          String personal)
      • addBcc

        public void addBcc​(String bcc)
      • addBcc

        public void addBcc​(String bcc,
                           String personal)
      • addReplyTo

        public void addReplyTo​(String replyTo)
      • addReplyTo

        public void addReplyTo​(String replyTo,
                               String personal)
      • setHostname

        public void setHostname​(String hostname)
        Set the value of hostname, used in parameter comment.
        Even if empty string, treated as empty plainly. So "IF pmb != null" is false if empty.
        Parameters:
        hostname - The parameter value of hostname. (NotNull)
      • setJobname

        public void setJobname​(String jobname)
        Set the value of jobname, used in parameter comment.
        Even if empty string, treated as empty plainly. So "IF pmb != null" is false if empty.
        Parameters:
        jobname - The parameter value of jobname. (NotNull)
      • setWebFsCrawlStartTime

        public void setWebFsCrawlStartTime​(String webFsCrawlStartTime)
        Set the value of webFsCrawlStartTime, used in parameter comment.
        Even if empty string, treated as empty plainly. So "IF pmb != null" is false if empty.
        Parameters:
        webFsCrawlStartTime - The parameter value of webFsCrawlStartTime. (NotNull)
      • setWebFsCrawlEndTime

        public void setWebFsCrawlEndTime​(String webFsCrawlEndTime)
        Set the value of webFsCrawlEndTime, used in parameter comment.
        Even if empty string, treated as empty plainly. So "IF pmb != null" is false if empty.
        Parameters:
        webFsCrawlEndTime - The parameter value of webFsCrawlEndTime. (NotNull)
      • setWebFsCrawlExecTime

        public void setWebFsCrawlExecTime​(String webFsCrawlExecTime)
        Set the value of webFsCrawlExecTime, used in parameter comment.
        Even if empty string, treated as empty plainly. So "IF pmb != null" is false if empty.
        Parameters:
        webFsCrawlExecTime - The parameter value of webFsCrawlExecTime. (NotNull)
      • setWebFsIndexExecTime

        public void setWebFsIndexExecTime​(String webFsIndexExecTime)
        Set the value of webFsIndexExecTime, used in parameter comment.
        Even if empty string, treated as empty plainly. So "IF pmb != null" is false if empty.
        Parameters:
        webFsIndexExecTime - The parameter value of webFsIndexExecTime. (NotNull)
      • setWebFsIndexSize

        public void setWebFsIndexSize​(String webFsIndexSize)
        Set the value of webFsIndexSize, used in parameter comment.
        Even if empty string, treated as empty plainly. So "IF pmb != null" is false if empty.
        Parameters:
        webFsIndexSize - The parameter value of webFsIndexSize. (NotNull)
      • setDataCrawlStartTime

        public void setDataCrawlStartTime​(String dataCrawlStartTime)
        Set the value of dataCrawlStartTime, used in parameter comment.
        Even if empty string, treated as empty plainly. So "IF pmb != null" is false if empty.
        Parameters:
        dataCrawlStartTime - The parameter value of dataCrawlStartTime. (NotNull)
      • setDataCrawlEndTime

        public void setDataCrawlEndTime​(String dataCrawlEndTime)
        Set the value of dataCrawlEndTime, used in parameter comment.
        Even if empty string, treated as empty plainly. So "IF pmb != null" is false if empty.
        Parameters:
        dataCrawlEndTime - The parameter value of dataCrawlEndTime. (NotNull)
      • setDataCrawlExecTime

        public void setDataCrawlExecTime​(String dataCrawlExecTime)
        Set the value of dataCrawlExecTime, used in parameter comment.
        Even if empty string, treated as empty plainly. So "IF pmb != null" is false if empty.
        Parameters:
        dataCrawlExecTime - The parameter value of dataCrawlExecTime. (NotNull)
      • setDataIndexExecTime

        public void setDataIndexExecTime​(String dataIndexExecTime)
        Set the value of dataIndexExecTime, used in parameter comment.
        Even if empty string, treated as empty plainly. So "IF pmb != null" is false if empty.
        Parameters:
        dataIndexExecTime - The parameter value of dataIndexExecTime. (NotNull)
      • setDataIndexSize

        public void setDataIndexSize​(String dataIndexSize)
        Set the value of dataIndexSize, used in parameter comment.
        Even if empty string, treated as empty plainly. So "IF pmb != null" is false if empty.
        Parameters:
        dataIndexSize - The parameter value of dataIndexSize. (NotNull)
      • setCrawlerStartTime

        public void setCrawlerStartTime​(String crawlerStartTime)
        Set the value of crawlerStartTime, used in parameter comment.
        Even if empty string, treated as empty plainly. So "IF pmb != null" is false if empty.
        Parameters:
        crawlerStartTime - The parameter value of crawlerStartTime. (NotNull)
      • setCrawlerEndTime

        public void setCrawlerEndTime​(String crawlerEndTime)
        Set the value of crawlerEndTime, used in parameter comment.
        Even if empty string, treated as empty plainly. So "IF pmb != null" is false if empty.
        Parameters:
        crawlerEndTime - The parameter value of crawlerEndTime. (NotNull)
      • setCrawlerExecTime

        public void setCrawlerExecTime​(String crawlerExecTime)
        Set the value of crawlerExecTime, used in parameter comment.
        Even if empty string, treated as empty plainly. So "IF pmb != null" is false if empty.
        Parameters:
        crawlerExecTime - The parameter value of crawlerExecTime. (NotNull)
      • setStatus

        public void setStatus​(String status)
        Set the value of status, used in parameter comment.
        Even if empty string, treated as empty plainly. So "IF pmb != null" is false if empty.
        Parameters:
        status - The parameter value of status. (NotNull)