Class EsStatusPostcard

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

    public class EsStatusPostcard
    extends org.lastaflute.core.mail.LaTypicalPostcard
    The postcard for MailFlute on LastaFlute.
    Author:
    FreeGen
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static String PATH  
      • Fields inherited from class org.lastaflute.core.mail.LaTypicalPostcard

        bodyFileOption, postcard, strictAddress, variableMap
    • Constructor Detail

      • EsStatusPostcard

        public EsStatusPostcard()
    • Method Detail

      • droppedInto

        public static EsStatusPostcard droppedInto​(org.lastaflute.core.mail.Postbox postbox,
                                                   org.lastaflute.core.mail.MPCall<EsStatusPostcard> 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)
      • setClustername

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

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